[freeside-commits] freeside/httemplate/search report_tax.cgi, 1.24, 1.25

Ivan,,, ivan at wavetail.420.am
Wed Dec 21 20:24:52 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv21729

Modified Files:
	report_tax.cgi 
Log Message:
and s/$taxable/$tot_taxable/ in the declaration too

Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- report_tax.cgi	22 Dec 2005 04:22:41 -0000	1.24
+++ report_tax.cgi	22 Dec 2005 04:24:50 -0000	1.25
@@ -44,7 +44,7 @@
 ";
 
 my $monthly_exempt_warning = 0;
-my($total, $taxable, $owed, $tax) = ( 0, 0, 0, 0, 0 );
+my($total, $tot_taxable, $owed, $tax) = ( 0, 0, 0, 0, 0 );
 my( $exempt_cust, $exempt_pkg, $exempt_monthly ) = ( 0, 0 );
 my $out = 'Out of taxable region(s)';
 my %regions = ();



More information about the freeside-commits mailing list