From: jeff Date: Tue, 16 Sep 2008 15:58:33 +0000 (+0000) Subject: minor initialization issue X-Git-Tag: root_of_webpay_support~353 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3ad0ab7503933b04bd6ee8e59b07780378f92a25 minor initialization issue --- diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index 3d37c47e4..cdc148fb0 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -288,8 +288,8 @@ 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($total, $tot_taxable, $owed, $tax) = ( 0, 0, 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) ) {