summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-12-22 04:24:50 +0000
committerivan <ivan>2005-12-22 04:24:50 +0000
commit113de1f1167d9bc194e467b14a9d2f7f673d687f (patch)
tree858d72bbecc32e5b80efd5093a888302841f7555
parente7438cef2fa745d473d7770bb0f6c37ff2dfd1e8 (diff)
and s/$taxable/$tot_taxable/ in the declaration too
-rwxr-xr-xhttemplate/search/report_tax.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi
index bf3fc74..b73910a 100755
--- a/httemplate/search/report_tax.cgi
+++ b/httemplate/search/report_tax.cgi
@@ -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 = ();