From: Mark Cooper Date: Wed, 3 Apr 2013 21:23:56 +0000 (-0700) Subject: LP#1164174: have authority linker handle author/title series added entries X-Git-Tag: sprint4-merge-nov22~866 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cf736f702c92922c19d227bf0f04e6aae9e817a2;p=working%2FEvergreen.git LP#1164174: have authority linker handle author/title series added entries Support for 800 field author/title series added entry is missing from authority_control_fields.pl. This adds it. Subfields match: http://www.loc.gov/marc/bibliographic/bd800.html Example bib link: =800 1\$aTolkien, J. R. R.$q(John Ronald Reuel),$d1892-1973. $tLord of the rings (1986) ;$vpt. 1.$0(DLC)7 Signed-off-by: Mark Cooper Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in index d8698dbc10..64d32f98f0 100755 --- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in +++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in @@ -351,6 +351,23 @@ my %controllees = ( y => { 151 => 'y' }, z => { 151 => 'z' }, }, + 800 => { a => { 100 => 'a' }, + b => { 100 => 'b' }, + c => { 100 => 'c' }, + d => { 100 => 'd' }, + e => { 100 => 'e' }, + f => { 100 => 'f' }, + g => { 100 => 'g' }, + j => { 100 => 'j' }, + k => { 100 => 'k' }, + l => { 100 => 'l' }, + n => { 100 => 'n' }, + p => { 100 => 'p' }, + q => { 100 => 'q' }, + t => { 100 => 't' }, + u => { 100 => 'u' }, + 4 => { 100 => '4' }, + }, 830 => { a => { 130 => 'a' }, d => { 130 => 'd' }, f => { 130 => 'f' },