[freeside-commits] freeside/httemplate/search report_tax.cgi, 1.34.2.6, 1.34.2.7

Ivan,,, ivan at wavetail.420.am
Tue Sep 16 15:21:59 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv18120/httemplate/search

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	report_tax.cgi 
Log Message:
minor initialization issue (backport)

Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.34.2.6
retrieving revision 1.34.2.7
diff -u -d -r1.34.2.6 -r1.34.2.7
--- report_tax.cgi	8 Jul 2008 02:03:06 -0000	1.34.2.6
+++ report_tax.cgi	16 Sep 2008 22:21:57 -0000	1.34.2.7
@@ -289,7 +289,7 @@
 }
 
 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) ) {



More information about the freeside-commits mailing list