diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-20 21:56:02 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-20 21:56:02 -0500 |
commit | e525fba2ff64120a73040129f5246722d75b0b77 (patch) | |
tree | 876f5e88a831865f98a33c0ff719883453f7d6eb | |
parent | 3459c033534c3ea4753fa4fa4fea7119bf8d3375 (diff) |
RT#37125: Include discounts in report: customer accounting summary [tweak for v3 only]
-rwxr-xr-x | httemplate/search/report_customer_accounting_summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 &> </TABLE> |