X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_invoice.php;h=7f46f16968f61aea38bf28f7c13bd701422fcae5;hb=9d4f2dee640cb454f90e52e44bacbb551c81f9c1;hp=09d405eb415493cff7b6c09e33ada35ae7538f97;hpb=13367be8aaf5175295f7aab7160370458dad1824;p=fa-stable.git diff --git a/sales/customer_invoice.php b/sales/customer_invoice.php index 09d405eb..7f46f169 100644 --- a/sales/customer_invoice.php +++ b/sales/customer_invoice.php @@ -27,7 +27,7 @@ include_once($path_to_root . "/taxes/tax_calc.inc"); include_once($path_to_root . "/admin/db/shipping_db.inc"); $js = ""; -if ($use_popup_windows) { +if ($SysPrefs->use_popup_windows) { $js .= get_js_open_window(900, 500); } if (user_use_date_picker()) { @@ -694,4 +694,3 @@ end_form(); end_page(); -?>