don't add fuzzy cache upgrade jobs for cust_main 2.3->3.x upgrade, RT#27856
[freeside.git] / FS / FS / cust_main / Location.pm
index a72a3c2..095bbe7 100644 (file)
@@ -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_';