and s/$taxable/$tot_taxable/ in the declaration too
authorivan <ivan>
Thu, 22 Dec 2005 04:24:50 +0000 (04:24 +0000)
committerivan <ivan>
Thu, 22 Dec 2005 04:24:50 +0000 (04:24 +0000)
httemplate/search/report_tax.cgi

index bf3fc74..b73910a 100755 (executable)
@@ -44,7 +44,7 @@ my $gotcust = "
 ";
 
 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 = ();