X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_delivery.php;h=9cbd252710e176255427609d416ac0eb8118edc7;hb=40c3b111b007ad16a2eedff175e1612150191d04;hp=fb7efe0a0394ab124b1c10d1c9f9314ecfc8bca0;hpb=8a5902d96158923e2bddd7661a859d8128d0b64b;p=fa-stable.git diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index fb7efe0a..9cbd2527 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -26,7 +26,7 @@ include_once($path_to_root . "/reporting/includes/reporting.inc"); include_once($path_to_root . "/taxes/tax_calc.inc"); $js = ""; -if ($use_popup_windows) { +if ($SysPrefs->use_popup_windows) { $js .= get_js_open_window(900, 500); } if (user_use_date_picker()) {