Add support for author/title series added entry user/mcooper/add-au-ti-series-to-auth-control-fields
authorMark Cooper <markchristophercooper@gmail.com>
Wed, 3 Apr 2013 21:23:56 +0000 (14:23 -0700)
committerMark Cooper <markchristophercooper@gmail.com>
Wed, 3 Apr 2013 21:29:12 +0000 (14:29 -0700)
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 <markchristophercooper@gmail.com>
Open-ILS/src/support-scripts/authority_control_fields.pl.in

index 83f7db2..7012335 100755 (executable)
@@ -363,6 +363,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' },