Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / gl / bank_account_reconcile.php
index eda80cd1454eebfaac3752e063279e5e9a15baad..5769af7defca833cde617d93ff58251bf78cf480 100644 (file)
@@ -25,7 +25,7 @@ include_once($path_to_root . "/includes/banking.inc");
 $js = "";
 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();
 
 add_js_file('reconcile.js');