X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fview%2Fview_sales_order.php;h=6790f20d8148696da8cb1e0aa6b36c70445b0769;hb=84ebe8b3ebc1fc3e6508d75a4f39ce4a868b0b14;hp=ec2626892b6e945aa6d6a6c50125aec8e727082f;hpb=2fdff15541c854f4ffee7a8723654ce46b5a45f2;p=fa-stable.git diff --git a/sales/view/view_sales_order.php b/sales/view/view_sales_order.php index ec262689..6790f20d 100644 --- a/sales/view/view_sales_order.php +++ b/sales/view/view_sales_order.php @@ -42,16 +42,17 @@ if (isset($_SESSION['View'])) $_SESSION['View'] = new Cart($_GET['trans_type'], $_GET['trans_no']); start_table(TABLESTYLE2, "width=95%", 5); -echo ""; -display_heading2(_("Order Information")); + if ($_GET['trans_type'] != ST_SALESQUOTE) { + echo ""; + display_heading2(_("Order Information")); echo ""; display_heading2(_("Deliveries")); echo ""; display_heading2(_("Invoices/Credits")); + echo ""; } -echo ""; echo ""; @@ -81,7 +82,7 @@ label_row(_("Reference"), $_SESSION['View']->reference, "class='tableheader2'", label_row(_("Telephone"), $_SESSION['View']->phone, "class='tableheader2'", "colspan=3"); label_row(_("E-mail"), "email . "'>" . $_SESSION['View']->email . "", "class='tableheader2'", "colspan=3"); -label_row(_("Comments"), $_SESSION['View']->Comments, "class='tableheader2'", "colspan=3"); +label_row(_("Comments"), nl2br($_SESSION['View']->Comments), "class='tableheader2'", "colspan=3"); end_table(); if ($_GET['trans_type'] != ST_SALESQUOTE)