Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / sales / credit_note_entry.php
index b3ccc70857d2b6d2c0813caf2902aa95f034af19..5fa56cc3e5b1af02e32b2d2e89c8c242bde3e158 100644 (file)
@@ -29,7 +29,7 @@ $js = "";
 if ($use_popup_windows) {
        $js .= get_js_open_window(900, 500);
 }
-if ($use_date_picker) {
+if (user_use_date_picker()) {
        $js .= get_js_date_picker();
 }