Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / gl / inquiry / gl_account_inquiry.php
index bf10abf055ccd51ec50c14ec1d259fad3264de25..9ba25a53ce495cc8c3c3f5e62548360d2b9bed17 100644 (file)
@@ -25,7 +25,7 @@ $js = '';
 set_focus('account');
 if ($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);