From: Ivan Kohler Date: Thu, 12 Jun 2014 09:31:24 +0000 (-0700) Subject: don't add fuzzy cache upgrade jobs for cust_main 2.3->3.x upgrade, RT#27856 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4f226e22cd720cadd7aa854eb915e7af1bab90e1;p=freeside.git 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 a72a3c2bd..095bbe7b8 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_';