diff options
author | ivan <ivan> | 2010-09-19 00:37:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-09-19 00:37:32 +0000 |
commit | 7863d7a397e90a07d0d5139fa3de872651cc9ac6 (patch) | |
tree | 0da93001ff6011fca4ce9953b9114b937873816e /FS | |
parent | 28da97099bf6b01659718a0c6a1086c9a0f22729 (diff) |
restore mistakenly removed fuzzyfile disabiling in _upgrade_data
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |