diff --git a/lib/tasks/import.rake b/lib/tasks/import.rake index 0cf86fd3a..1ce82baf1 100644 --- a/lib/tasks/import.rake +++ b/lib/tasks/import.rake @@ -189,7 +189,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): name, x.organization.try(:strip), Registrar.find_by(legacy_id: x.object.try(:clid)).try(:id), x.object_registry.try(:registrar).try(:name),