Removed many global variables from config.default.php to GL Setup, Company Setup...
[fa-stable.git] / manufacturing / work_order_add_finished.php
index 35c731767554c36f9f1c24bef773a12bd66604dc..ec2dca663d9ceb83500cbf084ce72a6fede8d00a 100644 (file)
@@ -24,7 +24,7 @@ include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
 $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();
 page(_($help_context = "Produce or Unassemble Finished Items From Work Order"), false, false, "", $js);