Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / manufacturing / view / wo_production_view.php
index 95eedab094665b16ef7bd41445cb58e51869557f..0661fd1e43ca1c8b9ab72f5377c8539ac8f575dd 100644 (file)
@@ -15,7 +15,7 @@ $path_to_root = "../..";
 include_once($path_to_root . "/includes/session.inc");
 
 $js = "";
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(900, 500);
 page(_($help_context = "View Work Order Production"), true, false, "", $js);