Fixed items_cart.check_qoh method (returned value, direct call to inventory checking...
[fa-stable.git] / manufacturing / work_order_costs.php
index 87c59fe2723a6970bf2a3a1a1ec4f6867ac1797d..32184da9151fa3115270d2006322590a5db13f6e 100644 (file)
@@ -22,7 +22,7 @@ include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc");
 include_once($path_to_root . "/manufacturing/includes/manufacturing_ui.inc");
 
 $js = "";
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(900, 500);
 if (user_use_date_picker())
        $js .= get_js_date_picker();