From b0b00f5e3adc74e2b9f39cc7827da9403ca42be6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 25 Jul 2010 07:03:22 +0000 Subject: [PATCH] don't queue fuzzyfile upgrade jobs on otaker upgrade --- FS/FS/cust_main.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 84bd6a0e5..6d32e00fc 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -9092,6 +9092,7 @@ sub _upgrade_data { #class method $sth->execute or die $sth->errstr; local($ignore_expired_card) = 1; + local($skip_fuzzyfiles) = 1; $class->_upgrade_otaker(%opts); } -- 2.11.0