Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / sales / view / view_invoice.php
index 6f7de98ae57e116528d70b40498204d500c475d6..9532bb778e5d005e498219be1899f964f977d7e8 100644 (file)
@@ -18,7 +18,7 @@ include_once($path_to_root . "/sales/includes/sales_ui.inc");
 include_once($path_to_root . "/sales/includes/sales_db.inc");
 
 $js = "";
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(900, 600);
 page(_($help_context = "View Sales Invoice"), true, false, "", $js);
 
@@ -176,4 +176,3 @@ if (!$voided)
 
 end_page(true, false, false, ST_SALESINVOICE, $trans_id);
 
-?>
\ No newline at end of file