diff options
-rwxr-xr-x | httemplate/search/report_tax.cgi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index 100d4f10f..a7630dd2d 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -329,11 +329,11 @@ foreach my $r ( qsearch({ 'table' => 'cust_main_county', $total += $t; $regions{$label}->{'total'} += $t; - if ( $label eq $out ) {# && $t ) { - warn "adding $t for ". - join('/', map $r->$_, qw( taxclass county state country ) ). "\n"; - #warn $t_sql if $r->state eq 'FL'; - } + #if ( $label eq $out ) {# && $t ) { + # warn "adding $t for ". + # join('/', map $r->$_, qw( taxclass county state country ) ). "\n"; + # #warn $t_sql if $r->state eq 'FL'; + #} ## calculate customer-exemption for this region |