[freeside-commits] branch FREESIDE_3_BRANCH updated. 4f226e22cd720cadd7aa854eb915e7af1bab90e1

Ivan ivan at 420.am
Thu Jun 12 02:31:25 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  4f226e22cd720cadd7aa854eb915e7af1bab90e1 (commit)
      from  b85c4820c8050f2ed9843c9a4c72c0e5550a5b09 (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 4f226e22cd720cadd7aa854eb915e7af1bab90e1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 12 02:31:24 2014 -0700

    don't add fuzzy cache upgrade jobs for cust_main 2.3->3.x upgrade, RT#27856

diff --git a/FS/FS/cust_main/Location.pm b/FS/FS/cust_main/Location.pm
index a72a3c2..095bbe7 100644
--- a/FS/FS/cust_main/Location.pm
+++ b/FS/FS/cust_main/Location.pm
@@ -217,7 +217,9 @@ sub process_upgrade_location {
   my $class = shift;
 
   my $dbh = dbh;
+  local $FS::cust_main::import = 1;
   local $FS::cust_location::import = 1;
+  local $FS::contact::skip_fuzzyfiles = 1;
   local $FS::UID::AutoCommit = 0;
 
   my $tax_prefix = 'bill_';

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

Summary of changes:
 FS/FS/cust_main/Location.pm |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list