X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fallocations%2Fsupplier_allocate.php;h=d26ed61bf796ce02c4e51dbf09c0f11c22ea8bd1;hb=ae3b2bb8305be80dfb1e4e89bd10a0395c7db5ba;hp=2ebbb227858f6cf65ab0e95c9bbd62d3bcc30cd8;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 2ebbb227..d26ed61b 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -21,7 +21,7 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); //include_once($path_to_root . "/purchasing/includes/ui/supp_alloc_ui.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); add_js_file('allocate.js'); @@ -128,4 +128,3 @@ if (isset($_SESSION['alloc'])) end_page(); -?> \ No newline at end of file