mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
Contact name change
This commit is contained in:
parent
a3272fab43
commit
00859c3298
1 changed files with 1 additions and 3 deletions
|
@ -152,7 +152,6 @@ namespace :import do
|
||||||
ident_type
|
ident_type
|
||||||
auth_info
|
auth_info
|
||||||
name
|
name
|
||||||
org_name
|
|
||||||
registrar_id
|
registrar_id
|
||||||
creator_str
|
creator_str
|
||||||
updator_str
|
updator_str
|
||||||
|
@ -187,8 +186,7 @@ namespace :import do
|
||||||
x.ssn.try(:strip),
|
x.ssn.try(:strip),
|
||||||
ident_type_map[x.ssntype],
|
ident_type_map[x.ssntype],
|
||||||
x.object.authinfopw.try(:strip),
|
x.object.authinfopw.try(:strip),
|
||||||
name,
|
x.organization.try(:strip)? x.organization.try(:strip): name,
|
||||||
x.organization.try(:strip),
|
|
||||||
x.object_registry.try(:registrar).try(:id),
|
x.object_registry.try(:registrar).try(:id),
|
||||||
user,
|
user,
|
||||||
user,
|
user,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue