diff options
author | Mark Wells <mark@freeside.biz> | 2015-06-30 12:14:19 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-30 12:14:19 -0700 |
commit | 39501b4ff6c6cd9ac3cfe7ad313affe049e18994 (patch) | |
tree | ec152a661a88cd199a296ec0677b248e0947a4b5 /httemplate/search/report_cust_bill.html | |
parent | a8bdd6bf5d005af9dff6b53047ba378ef6912302 (diff) |
include discounts in gross sales reports, #25943
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
-rw-r--r-- | httemplate/search/report_cust_bill.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 3efe830e3..e80c6e895 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -29,8 +29,7 @@ label => mt('Customer Class'), field => 'cust_classnum', multiple => 1, - 'pre_options' => [ '' => emt('(none)') ], - 'all_selected' => 1, + 'pre_options' => [ 0 => emt('(none)') ], &> </TABLE> |