Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / inventory / transfers.php
index 0da6d7559f6da5f200e46b46b2bd27489411caf1..40277211c56b18e1ee655725af534477fdf19136 100644 (file)
@@ -23,7 +23,7 @@ include_once($path_to_root . "/inventory/includes/inventory_db.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();
 page(_($help_context = "Inventory Location Transfers"), false, false, "", $js);