X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=babb02d9df4ed9283508d9b4bdc575035eb99b8f;hb=40c3b111b007ad16a2eedff175e1612150191d04;hp=38ca82dcb5cfb417f0b4b0f8e2a004a8f27c4550;hpb=0c1ab57c09d87eed2bd248892dbfe3f256767a82;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 38ca82dc..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(); @@ -330,4 +330,3 @@ start_form(); end_form(); end_page(); -?>