From 1d37922a192f776936d9aeb654064df3eb9b1c2c Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 10 May 2016 12:57:54 -0700 Subject: [PATCH] fix voided invoice report vs. customer classes, similar to #37243 --- httemplate/search/report_cust_bill_void.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, &> -- 2.11.0