X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Fgl_account_inquiry.php;h=3f81e035e3d7dfce4d671f8c43fd5bf24bd3aeac;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=bf10abf055ccd51ec50c14ec1d259fad3264de25;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/gl/inquiry/gl_account_inquiry.php b/gl/inquiry/gl_account_inquiry.php index bf10abf0..3f81e035 100644 --- a/gl/inquiry/gl_account_inquiry.php +++ b/gl/inquiry/gl_account_inquiry.php @@ -23,9 +23,9 @@ include_once($path_to_root . "/gl/includes/gl_db.inc"); $js = ''; set_focus('account'); -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(); page(_($help_context = "General Ledger Inquiry"), false, false, '', $js); @@ -238,4 +238,3 @@ div_end(); end_page(); -?>