[freeside-commits] branch FREESIDE_4_BRANCH updated. 899f67d3eb3b5d7815a13235d851e116cb301a6a
Ivan
ivan at 420.am
Thu Mar 3 16:41:12 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 899f67d3eb3b5d7815a13235d851e116cb301a6a (commit)
from b216bf3a4a3e9646fb80002718b6aa1ae2687354 (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 899f67d3eb3b5d7815a13235d851e116cb301a6a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 3 16:41:11 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 2f9b339..eadc0aa 100644
--- a/FS/FS/contact.pm
+++ b/FS/FS/contact.pm
@@ -976,6 +976,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