Merge pull request #103 from internetee/112602007-incomplete_update_query

112602007-condition_changed
This commit is contained in:
Timo Võhmar 2016-03-15 17:21:33 +02:00
commit 63e807a27d

View file

@ -174,6 +174,8 @@ class Epp::Contact < Contact
else
throw :epp_error, {code: '2306', msg: I18n.t(:ident_update_error)}
end
else
throw :epp_error, {code: '2306', msg: I18n.t(:ident_update_error)}
end
end