Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / sales / create_recurrent_invoices.php
index 7a626e4addd5b55987de33bd043b9a2202e2870b..9b825d0115b53417264b9118c2860f97f2122272 100644 (file)
@@ -18,7 +18,7 @@ include_once($path_to_root . "/includes/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();