diff --git a/app/models/epp/domain.rb b/app/models/epp/domain.rb index b585ecc63..14c4c6dc4 100644 --- a/app/models/epp/domain.rb +++ b/app/models/epp/domain.rb @@ -591,6 +591,7 @@ class Epp::Domain < Domain statuses.delete(DomainStatus::SERVER_HOLD) statuses.delete(DomainStatus::EXPIRED) + statuses.delete(DomainStatus::SERVER_UPDATE_PROHIBITED) save end