[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 1cd96c3f79ba5324973e78d4fa5935cb2ce9613f

Ivan ivan at 420.am
Mon Aug 13 22:15:26 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  1cd96c3f79ba5324973e78d4fa5935cb2ce9613f (commit)
      from  a55d8e076611e4bb2f78073eaee9380b60288e29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1cd96c3f79ba5324973e78d4fa5935cb2ce9613f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Aug 13 22:15:25 2012 -0700

    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

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;

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/tax_rate.pm |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list