Story#109623634 - after contact transferring it should be linked and ok

This commit is contained in:
Vladimir Krylov 2015-12-18 15:48:00 +02:00
parent 9027f5007c
commit e4c00e6bce
2 changed files with 7 additions and 1 deletions

View file

@ -622,7 +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.domain_transfer = true
oc.save!(validate: false)
oc
end