summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/contact.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm
index c1b558d6c..188d28779 100644
--- a/FS/FS/contact.pm
+++ b/FS/FS/contact.pm
@@ -970,6 +970,8 @@ sub _upgrade_data { #class method
unless ( FS::upgrade_journal->is_done('contact_invoice_dest') ) {
+ local($skip_fuzzyfiles) = 1;
+
foreach my $contact (qsearch('contact', {})) {
my $error = $contact->replace;
die $error if $error;