Skip to content

Commit

Permalink
AR-1299 remove marcxml rules that add all 610 or 611 names within the…
Browse files Browse the repository at this point in the history
… XML into each corporate entity that is created
  • Loading branch information
payten committed Jan 24, 2017
1 parent cf457c8 commit cad1a30
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions backend/app/converters/lib/marcxml_base_map.rb
Expand Up @@ -92,8 +92,6 @@ def agent_template
:defaults => {
:name_order => 'direct',
:source => 'ingest'


}
}
}
Expand Down Expand Up @@ -243,24 +241,6 @@ def corp_template
:name_order => 'direct',
:source => 'ingest'
}
},
"//datafield[@tag='610']" => {
:obj => :name_corporate_entity,
:rel => :names,
:map => name_corp_map,
:defaults => {
:name_order => 'direct',
:source => 'ingest'
}
},
"//datafield[@tag='611']" => {
:obj => :name_corporate_entity,
:rel => :names,
:map => name_corp_map,
:defaults => {
:name_order => 'direct',
:source => 'ingest'
}
}
}
})
Expand Down

0 comments on commit cad1a30

Please sign in to comment.