diff options
author | ivan <ivan> | 2005-12-22 04:24:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-12-22 04:24:50 +0000 |
commit | 113de1f1167d9bc194e467b14a9d2f7f673d687f (patch) | |
tree | 858d72bbecc32e5b80efd5093a888302841f7555 /httemplate | |
parent | e7438cef2fa745d473d7770bb0f6c37ff2dfd1e8 (diff) |
and s/$taxable/$tot_taxable/ in the declaration too
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/report_tax.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index bf3fc74ff..b73910a48 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 = (); |