X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_bank.php;h=de4bcc730b46a6ef08e1dac1695ea42c3f861b8d;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=14a8518d1ecf81b00a2f37ebdbfa4c99f3dd641e;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/gl/gl_bank.php b/gl/gl_bank.php index 14a8518d..de4bcc73 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -25,9 +25,9 @@ include_once($path_to_root . "/gl/includes/gl_ui.inc"); include_once($path_to_root . "/admin/db/attachments_db.inc"); $js = ''; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(800, 500); -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); if (isset($_GET['NewPayment'])) { @@ -424,4 +424,3 @@ end_form(); end_page(); -?>