summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-10-25 23:47:31 +0000
committerivan <ivan>2004-10-25 23:47:31 +0000
commitaa7cea152a7d28244d5a8394ef58f88e11c20cda (patch)
tree1570d494627724067676e5385d94b09ce036c706
parent7b29c2c06fc02228a0c5bc7bef4296eb9692c9a4 (diff)
hopefully fix tax report for taxclass & named tax edge cases
-rwxr-xr-xhttemplate/search/report_tax.cgi11
1 files changed, 0 insertions, 11 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi
index 885c764da..aec91c415 100755
--- a/httemplate/search/report_tax.cgi
+++ b/httemplate/search/report_tax.cgi
@@ -64,17 +64,6 @@ foreach my $r (
my @taxparam = my @param = qw( county county state state country );
-# my $num_others =
-# scalar_sql( $r, [qw( country state state county county taxname taxname )],
-# "SELECT COUNT(*) FROM cust_main_county
-# WHERE country = ?
-# AND ( state = ? OR ( state IS NULL AND ? = '' ) )
-# AND ( county = ? OR ( county IS NULL AND ? = '' ) )
-# AND ( taxname = ? OR ( taxname IS NULL AND ? = '' ) ) "
-# );
-#
-# die "didn't even find self?" unless $num_others;
-
if ( $r->taxclass ) {
$fromwhere .= " AND ( taxclass = ? ) ";
push @param, 'taxclass';