summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-05-10 12:57:54 -0700
committerMark Wells <mark@freeside.biz>2016-05-10 12:58:18 -0700
commitecd3448a5df4a9cda68d16a69356154c70db8703 (patch)
treed30b2f201ad2c36f41462b22223580956e2318e4
parent1c4846d933aa91c399b3b38bc7a83f5bada4b745 (diff)
fix voided invoice report vs. customer classes, similar to #37243
-rw-r--r--httemplate/search/report_cust_bill_void.html2
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,
&>