[freeside-commits] freeside/httemplate/search report_tax.cgi, 1.43, 1.44
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Sep 16 08:58:35 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv21116
Modified Files:
report_tax.cgi
Log Message:
minor initialization issue
Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- report_tax.cgi 30 Aug 2008 21:34:45 -0000 1.43
+++ report_tax.cgi 16 Sep 2008 15:58:33 -0000 1.44
@@ -288,8 +288,8 @@
}
-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) ) {
More information about the freeside-commits
mailing list