Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / gl / inquiry / tax_inquiry.php
index e1e7c853070f02c3eaa5f779c59f35c591a1364e..91b111d9f199bf6aa077329b2ee3d0f2ad49a19f 100644 (file)
@@ -24,7 +24,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 = "Tax Inquiry"), false, false, '', $js);