summaryrefslogtreecommitdiff
path: root/httemplate/search/report_tax.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-02-22 02:38:17 +0000
committerivan <ivan>2009-02-22 02:38:17 +0000
commit8690a879634b3a9a90e00e4359b167967065c237 (patch)
tree0a9d09f4b979cfad204457b134886a0c8bff842e /httemplate/search/report_tax.cgi
parent10e5829fa9fe96981678d18f9a5833ddb425fa77 (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-xhttemplate/search/report_tax.cgi10
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