From a5c1930246ebefba71ff1c281e1469aa8f8cae0a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Jun 2014 02:31:23 -0700 Subject: don't add fuzzy cache upgrade jobs for cust_main 2.3->3.x upgrade, RT#27856 --- FS/FS/cust_main/Location.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/cust_main/Location.pm') 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_'; -- cgit v1.1