X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fview%2Fview_receipt.php;h=df4299750e4d8021b4774db19049e3556b434891;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=a96f2f7b1ca7870b81a5658395efe0415ec38834;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/sales/view/view_receipt.php b/sales/view/view_receipt.php index a96f2f7b..df429975 100644 --- a/sales/view/view_receipt.php +++ b/sales/view/view_receipt.php @@ -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); @@ -61,4 +61,3 @@ if (!$voided) } end_page(true, false, false, ST_CUSTPAYMENT, $trans_id); -?> \ No newline at end of file