diff --git a/app/models/depp/contact.rb b/app/models/depp/contact.rb index 9050d8ca1..710fff9f7 100644 --- a/app/models/depp/contact.rb +++ b/app/models/depp/contact.rb @@ -173,8 +173,8 @@ module Depp def update_attributes(params) self.ident_country_code ||= params[:ident_country_code] - self.ident_type ||= params[:ident_type] - self.ident ||= params[:ident] + self.ident_type ||= params[:ident_type] + self.ident ||= params[:ident] self.name = params[:name] self.email = params[:email]