diff options
author | Mark Wells <mark@freeside.biz> | 2016-05-10 12:57:54 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-05-10 12:58:03 -0700 |
commit | 636a54504bc9cc24ca4b0c222ec469ec8425e5a0 (patch) | |
tree | bfbdcc46f8a66bef01c3a26b9473096bd3e62255 | |
parent | 6613f62b2d2de673cc9a83646054761402389f7f (diff) |
fix voided invoice report vs. customer classes, similar to #37243
-rw-r--r-- | httemplate/search/report_cust_bill_void.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_bill_void.html b/httemplate/search/report_cust_bill_void.html index 91209aeba..65cce5fff 100644 --- a/httemplate/search/report_cust_bill_void.html +++ b/httemplate/search/report_cust_bill_void.html @@ -24,7 +24,7 @@ label => mt('Customer Class'), field => 'cust_classnum', multiple => 1, - 'pre_options' => [ '' => emt('(none)') ], + 'pre_options' => [ '0' => emt('(none)') ], 'all_selected' => 1, &> |