diff options
author | ivan <ivan> | 2010-07-25 07:03:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-25 07:03:22 +0000 |
commit | b0b00f5e3adc74e2b9f39cc7827da9403ca42be6 (patch) | |
tree | 4e590300da036e042ee865a5851e196e0a74ad86 /FS | |
parent | e19bec38bc213b19ca50be8d86f51310daa040b4 (diff) |
don't queue fuzzyfile upgrade jobs on otaker upgrade
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |