From 8690a879634b3a9a90e00e4359b167967065c237 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 22 Feb 2009 02:38:17 +0000 Subject: [PATCH] fix tax report for more complex situations with counties and taxclasses, make taxable line items clickable, RT#4878 --- httemplate/search/report_tax.cgi | 10 +++++----- 1 file 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 -- 2.20.1