X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_po.php;h=32bd576db339040131e79d6d07531b5478837385;hb=081465f30442afc4f008a1c7038bef320466a730;hp=144192df7f1021a43d5a9f40d0308352648c300b;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/purchasing/view/view_po.php b/purchasing/view/view_po.php index 144192df..32bd576d 100644 --- a/purchasing/view/view_po.php +++ b/purchasing/view/view_po.php @@ -1,8 +1,16 @@ . +***********************************************************************/ +$page_security = 'SA_SUPPTRANSVIEW'; +$path_to_root = "../.."; include($path_to_root . "/purchasing/includes/po_class.inc"); include($path_to_root . "/includes/session.inc"); @@ -11,7 +19,7 @@ include($path_to_root . "/purchasing/includes/purchasing_ui.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); -page(_("View Purchase Order"), true, false, "", $js); +page(_($help_context = "View Purchase Order"), true, false, "", $js); if (!isset($_GET['trans_no'])) @@ -21,11 +29,6 @@ if (!isset($_GET['trans_no'])) display_heading(_("Purchase Order") . " #" . $_GET['trans_no']); -if (isset($_SESSION['Items'])) -{ - unset ($_SESSION['Items']); -} - $purchase_order = new purch_order; read_po($_GET['trans_no'], $purchase_order); @@ -67,7 +70,7 @@ foreach ($purchase_order->line_items as $stock_item) $dec = get_qty_dec($stock_item->stock_id); qty_cell($stock_item->quantity, false, $dec); label_cell($stock_item->units); - amount_cell($stock_item->price); + amount_decimal_cell($stock_item->price); amount_cell($line_total); label_cell($stock_item->req_del_date); qty_cell($stock_item->qty_received, false, $dec); @@ -79,7 +82,7 @@ foreach ($purchase_order->line_items as $stock_item) $display_total = number_format2($total,user_price_dec()); label_row(_("Total Excluding Tax/Shipping"), $display_total, - "align=right colspan=5", "nowrap align=right"); + "align=right colspan=5", "nowrap align=right", 3); end_table(); @@ -105,7 +108,7 @@ if (db_num_rows($grns_result) > 0) { alt_table_row_color($k); - label_cell(get_trans_view_str(25,$myrow["id"])); + label_cell(get_trans_view_str(ST_SUPPRECEIVE,$myrow["id"])); label_cell($myrow["reference"]); label_cell(sql2date($myrow["delivery_date"])); end_row();