From e525fba2ff64120a73040129f5246722d75b0b77 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 20 Jul 2015 21:56:02 -0500 Subject: [PATCH] RT#37125: Include discounts in report: customer accounting summary [tweak for v3 only] --- httemplate/search/report_customer_accounting_summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/report_customer_accounting_summary.html b/httemplate/search/report_customer_accounting_summary.html index cd8622ee3..9edbd0fd7 100755 --- a/httemplate/search/report_customer_accounting_summary.html +++ b/httemplate/search/report_customer_accounting_summary.html @@ -43,7 +43,7 @@ 'value' => 1, 'curr_value' => defined($cgi->param('grossdiscount')) ? scalar($cgi->param('grossdiscount')) - : 1, #default to on in v4 + : undef, #default to off in v3 &> -- 2.11.0