X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=babb02d9df4ed9283508d9b4bdc575035eb99b8f;hb=7561718ee5113232ce917f63085d272884b0929c;hp=d43f227392cc9b93807a9242f3df4c91fed1e8e0;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index d43f2273..babb02d9 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -21,7 +21,7 @@ include_once($path_to_root . "/purchasing/includes/purchasing_db.inc"); include_once($path_to_root . "/reporting/includes/reporting.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); if (user_use_date_picker()) $js .= get_js_date_picker();