extend maestro status API for the multi-service scenario, RT#9334
[freeside.git] / FS / FS / cust_main.pm
index 84bd6a0..6d32e00 100644 (file)
@@ -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);
 
 }