Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / sales / inquiry / sales_deliveries_view.php
index b9ed9b6e6b06cc4a015307fb53706ca4b71b83d6..7bcea70fcc6ff93998bf865fbe1691d2be8db2b5 100644 (file)
@@ -18,7 +18,7 @@ include($path_to_root . "/sales/includes/sales_ui.inc");
 include_once($path_to_root . "/reporting/includes/reporting.inc");
 
 $js = "";
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(900, 600);
 if (user_use_date_picker())
        $js .= get_js_date_picker();