X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fincludes%2Fui%2Fgrn_ui.inc;h=1112ce077f1e0cadcd72a137be1826c5f30bf25f;hb=f3a1386748cd9250419b5ad03b95c56af2bb5f92;hp=5d2c25a2bc5ebe5437eecb527bc7ae0d7655c8e2;hpb=19dce8c7be29e4cc8e7be92d044259348373d456;p=fa-stable.git diff --git a/purchasing/includes/ui/grn_ui.inc b/purchasing/includes/ui/grn_ui.inc index 5d2c25a2..1112ce07 100644 --- a/purchasing/includes/ui/grn_ui.inc +++ b/purchasing/includes/ui/grn_ui.inc @@ -13,8 +13,8 @@ function display_grn_summary(&$po) { - global $Refs; - start_table(TABLESTYLE2, "width='90%'"); + + start_table(TABLESTYLE2, "width='90%'"); start_row(); label_cells(_("Supplier"), $po->supplier_name, "class='tableheader2'"); @@ -25,7 +25,7 @@ function display_grn_summary(&$po) label_cells(_("For Purchase Order"), get_trans_view_str(ST_PURCHORDER, $po->order_no), "class='tableheader2'"); - label_cells(_("Ordered On"), $po->orig_order_date, "class='tableheader2'"); + label_cells(_("Delivery Date"), $po->orig_order_date, "class='tableheader2'"); // FIXME: delivery date end_row(); start_row(); @@ -45,7 +45,7 @@ function display_grn_summary(&$po) function edit_grn_summary(&$po) { global $Refs; - + start_outer_table(TABLESTYLE2, "width='80%'"); table_section(1); @@ -74,8 +74,6 @@ function edit_grn_summary(&$po) date_row(_("Date Items Received"), 'DefaultReceivedDate', '', true, 0, 0, 0, '', true); table_section(3); - // currently this is related order supp reference -// ref_row(_("Supplier's Reference"), 'supp_ref', _("Supplier's Reference")); label_row(_("Supplier's Reference"), $po->supp_ref); label_row(_("Delivery Address"), $po->delivery_address);