X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fallocations%2Fsupplier_allocate.php;h=d26ed61bf796ce02c4e51dbf09c0f11c22ea8bd1;hb=c1075ebea2322dfe60ff198163b8a9c5646813be;hp=80e235576b01885a97bd1b252d2dd09ca7a7b6f1;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 80e23557..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');