From: Ivan Kohler Date: Thu, 12 Jun 2014 09:31:23 +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/?p=freeside.git;a=commitdiff_plain;h=a5c1930246ebefba71ff1c281e1469aa8f8cae0a 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 32590bb9f..17a8f3dfa 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_';