From 00859c3298e206d377bfad978be04a65e6ac6d0c Mon Sep 17 00:00:00 2001 From: Stas Date: Wed, 28 Oct 2015 11:23:35 +0200 Subject: [PATCH] Contact name change --- lib/tasks/import.rake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/tasks/import.rake b/lib/tasks/import.rake index 54f85b105..fa8a137a8 100644 --- a/lib/tasks/import.rake +++ b/lib/tasks/import.rake @@ -152,7 +152,6 @@ namespace :import do ident_type auth_info name - org_name registrar_id creator_str updator_str @@ -187,8 +186,7 @@ namespace :import do x.ssn.try(:strip), ident_type_map[x.ssntype], x.object.authinfopw.try(:strip), - name, - x.organization.try(:strip), + x.organization.try(:strip)? x.organization.try(:strip): name, x.object_registry.try(:registrar).try(:id), user, user,