minor initialization issue (backport)
authorivan <ivan>
Tue, 16 Sep 2008 22:21:57 +0000 (22:21 +0000)
committerivan <ivan>
Tue, 16 Sep 2008 22:21:57 +0000 (22:21 +0000)
httemplate/search/report_tax.cgi

index 73fdfe3..7a23bc8 100755 (executable)
@@ -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) ) {