From 3ad0ab7503933b04bd6ee8e59b07780378f92a25 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 16 Sep 2008 15:58:33 +0000 Subject: [PATCH] minor initialization issue --- httemplate/search/report_tax.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ) { -- 2.11.0