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:41 -0700 |
commit | 1d37922a192f776936d9aeb654064df3eb9b1c2c (patch) | |
tree | 02031853f8b31dfa9a68faaca748bc1d38b16e76 /httemplate | |
parent | 87a7b7029f3d71c7cbb625ec61f8e18ab3edb40d (diff) |
fix voided invoice report vs. customer classes, similar to #37243
Diffstat (limited to 'httemplate')
-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 cb13b785a..9e9f590b1 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, &> |