Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / inventory / adjustments.php
index 8fde40770c6811a8633b6330a2f338a610ba4945..0b47fa49532925058791afd10d303d30a96c4c9f 100644 (file)
@@ -21,7 +21,7 @@ include_once($path_to_root . "/includes/data_checks.inc");
 include_once($path_to_root . "/inventory/includes/item_adjustments_ui.inc");
 include_once($path_to_root . "/inventory/includes/inventory_db.inc");
 $js = "";
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(800, 500);
 if (user_use_date_picker())
        $js .= get_js_date_picker();