Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / sales / view / view_receipt.php
index 210b7bc2b225f28d739f3c4c586d6498d19e52ef..a481f27dc59ffbe123074cfd96aabdd158df7867 100644 (file)
@@ -18,7 +18,7 @@ include_once($path_to_root . "/includes/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 Customer Payment"), true, false, "", $js);