X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocate.php;h=ab3a30013ab7cf11ea2c7d3dd960379d14e52321;hb=615c63fbc4aea4d0e136e868993e71190aacadd2;hp=f269ca4b1a5f674bc70eb916825df83c21f9edb5;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index f269ca4b..ab3a3001 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -20,7 +20,7 @@ include_once($path_to_root . "/sales/includes/sales_db.inc"); //include_once($path_to_root . "/sales/includes/ui/cust_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'); @@ -126,4 +126,3 @@ if (isset($_SESSION['alloc'])) end_page(); -?> \ No newline at end of file