From: ivan Date: Tue, 16 Sep 2008 22:21:57 +0000 (+0000) Subject: minor initialization issue (backport) X-Git-Tag: freeside_1_7_4rc1~180 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ef13effa3f9d92f5ae0858d9f116fefc07c96982;p=freeside.git minor initialization issue (backport) --- diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index 73fdfe3ac..7a23bc831 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -289,7 +289,7 @@ if ( $conf->exists('tax-ship_address') ) { } my($total, $tot_taxable, $owed, $tax) = ( 0, 0, 0, 0, 0 ); -my( $exempt_cust, $exempt_pkg, $exempt_monthly ) = ( 0, 0 ); +my( $exempt_cust, $exempt_pkg, $exempt_monthly ) = ( 0, 0, 0 ); my $out = 'Out of taxable region(s)'; my %regions = (); foreach my $r (qsearch('cust_main_county', {}, '', $gotcust) ) {