summaryrefslogtreecommitdiff
path: root/FS/FS/tax_rate.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-13 22:15:24 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-13 22:15:24 -0700
commit45c427d4ceae52aac774702e13290144862e9ab8 (patch)
tree46998e4cf7cce4884566f311400d54346b13a314 /FS/FS/tax_rate.pm
parent0bd09a9eff467033be42f922f2297a7b488e7dc1 (diff)
revert: remove old tax_rate records even if .tax does not match geocode/taxclassnum/taxname/etc. should be enough(bad data from last update?), RT#18817
Diffstat (limited to 'FS/FS/tax_rate.pm')
-rw-r--r--FS/FS/tax_rate.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index 6c65bd4..a5a623d 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -826,9 +826,6 @@ sub batch_import {
}
}
- #remove even if the rate doesn't match,
- # geocode/taxclassnum/taxname/etc. should be enough
- delete $delete{$_}->{tax};
my $old = qsearchs( 'tax_rate', $delete{$_} );
unless ($old) {
$dbh->rollback if $oldAutoCommit;