diff options
-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> |