X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fview%2Fview_grn.php;h=236c462283ff316f328f76e81412a9378cc356ca;hb=3bd9d76da0a8c8f014f83fc5203b9954b66737ab;hp=79f38a71c7df6d98317755129c2bc3c62617eef6;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/purchasing/view/view_grn.php b/purchasing/view/view_grn.php index 79f38a71..236c4622 100644 --- a/purchasing/view/view_grn.php +++ b/purchasing/view/view_grn.php @@ -16,7 +16,7 @@ include($path_to_root . "/purchasing/includes/po_class.inc"); include($path_to_root . "/includes/session.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); page(_($help_context = "View Purchase Order Delivery"), true, false, "", $js); @@ -36,7 +36,7 @@ display_grn_summary($purchase_order); display_heading2(_("Line Details")); -start_table(TABLESTYLE, "colspan=9 width=90%"); +start_table(TABLESTYLE, "width='90%'"); $th = array(_("Item Code"), _("Item Description"), _("Delivery Date"), _("Quantity"), _("Unit"), _("Price"), _("Line Total"), _("Quantity Invoiced"));