[freeside-commits] branch master updated. a5c1930246ebefba71ff1c281e1469aa8f8cae0a

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


The branch, master has been updated
       via  a5c1930246ebefba71ff1c281e1469aa8f8cae0a (commit)
      from  6b28d0bd4b422d0fff32b559d0785665b1c46b27 (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 a5c1930246ebefba71ff1c281e1469aa8f8cae0a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 12 02:31:23 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 32590bb..17a8f3d 100644
--- a/FS/FS/cust_main/Location.pm
+++ b/FS/FS/cust_main/Location.pm
@@ -220,7 +220,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