From 7863d7a397e90a07d0d5139fa3de872651cc9ac6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 19 Sep 2010 00:37:32 +0000 Subject: [PATCH] restore mistakenly removed fuzzyfile disabiling in _upgrade_data --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 6716a5886..5ed0493a3 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5133,8 +5133,8 @@ sub _upgrade_data { #class method local($ignore_expired_card) = 1; local($ignore_illegal_zip) = 1; - local($ignore_illegal_zip) = 1; local($ignore_banned_card) = 1; + local($skip_fuzzyfiles) = 1; $class->_upgrade_otaker(%opts); } -- 2.20.1