X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fview%2Fview_grn.php;h=19d0719833c373cd1ed6aa054fc37c0f558960cd;hb=9502b1b3fc30a8b12c647f7e024e8b8da6a50af6;hp=0a94ac8c8912ad922e280a342343833056d776d2;hpb=ddadb47f2620ce6902ad4694ce6512568862ba05;p=fa-stable.git diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index 0a94ac8c..19d07198 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -18,7 +18,7 @@ include($path_to_root . "/includes/session.inc"); $js = ""; if ($use_popup_windows) $js .= get_js_open_window(900, 500); -page(_("View Purchase Order Delivery"), true, false, "", $js); +page(_($help_context = "View Purchase Order Delivery"), true, false, "", $js); include($path_to_root . "/purchasing/includes/purchasing_ui.inc"); @@ -36,7 +36,7 @@ display_grn_summary($purchase_order); display_heading2(_("Line Details")); -start_table("colspan=9 $table_style width=90%"); +start_table(TABLESTYLE, "colspan=9 width=90%"); $th = array(_("Item Code"), _("Item Description"), _("Delivery Date"), _("Quantity"), _("Unit"), _("Price"), _("Line Total"), _("Quantity Invoiced")); @@ -74,6 +74,6 @@ end_table(1); is_voided_display(ST_SUPPRECEIVE, $_GET['trans_no'], _("This delivery has been voided.")); -end_page(true); +end_page(true, false, false, ST_SUPPRECEIVE, $_GET['trans_no']); ?>