diff options
author | ivan <ivan> | 2009-02-22 02:38:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-22 02:38:17 +0000 |
commit | 8690a879634b3a9a90e00e4359b167967065c237 (patch) | |
tree | 0a9d09f4b979cfad204457b134886a0c8bff842e /httemplate/search/report_tax.cgi | |
parent | 10e5829fa9fe96981678d18f9a5833ddb425fa77 (diff) |
fix tax report for more complex situations with counties and taxclasses, make taxable line items clickable, RT#4878
Diffstat (limited to 'httemplate/search/report_tax.cgi')
-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 |