X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=da277b2743366586c44f922f6342098004200ceb;hb=fec081ddbcf4f2ceb4b325f30cfc1005e855b724;hp=57ef24a02f99cead37e69c58b8648c10acd35b7b;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index 57ef24a0..da277b27 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -18,7 +18,7 @@ include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); if (user_use_date_picker()) $js .= get_js_date_picker(); @@ -58,7 +58,7 @@ if ((!isset($_GET['PONumber']) || $_GET['PONumber'] == 0) && !isset($_SESSION['P function display_po_receive_items() { div_start('grn_items'); - start_table(TABLESTYLE, "colspan=7 width=90%"); + start_table(TABLESTYLE, "colspan=7 width='90%'"); $th = array(_("Item Code"), _("Description"), _("Ordered"), _("Units"), _("Received"), _("Outstanding"), _("This Delivery"), _("Price"), _("Total")); table_header($th); @@ -336,5 +336,3 @@ end_form(); //-------------------------------------------------------------------------------------------------- end_page(); -?> -