From: ivan Date: Thu, 22 Dec 2005 04:24:50 +0000 (+0000) Subject: and s/$taxable/$tot_taxable/ in the declaration too X-Git-Tag: BEFORE_FINAL_MASONIZE~244 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=113de1f1167d9bc194e467b14a9d2f7f673d687f and s/$taxable/$tot_taxable/ in the declaration too --- 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 = ();