[freeside-commits] branch master updated. 25e5b21adf718408a64bf4596b644c6901e5da1e
Ivan
ivan at 420.am
Thu Mar 3 16:41:11 PST 2016
The branch, master has been updated
via 25e5b21adf718408a64bf4596b644c6901e5da1e (commit)
from 1fcc14f0b94db3e5ec886ee163c20b9fe786543d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 25e5b21adf718408a64bf4596b644c6901e5da1e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 3 16:41:10 2016 -0800
don't queue up fuzzyfiles update jobs during contact upgrade
diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm
index c1b558d..188d287 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;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/contact.pm | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list