diff options
-rw-r--r-- | FS/FS/cust_main/Location.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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_'; |