Story#109623634 - after contact transferring new one should have state linked

This commit is contained in:
Vladimir Krylov 2015-12-18 14:00:41 +02:00
parent 668cbdac06
commit 9027f5007c

View file

@ -622,6 +622,7 @@ class Epp::Domain < Domain
oc.registrar_id = registrar_id
oc.copy_from_id = c.id
oc.prefix_code
oc.domains_present = true
oc.save!(validate: false)
oc
end