[open-ils-commits] r19518 - trunk/Open-ILS/src/support-scripts (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 23 10:05:38 EST 2011


Author: dbs
Date: 2011-02-23 10:05:36 -0500 (Wed, 23 Feb 2011)
New Revision: 19518

Modified:
   trunk/Open-ILS/src/support-scripts/authority_control_fields.pl
Log:
Add 830 as a controllable bibliographic field in authority linking script

Per http://www.loc.gov/marc/bibliographic/bd830.html, bibliographic 830
should be controlled by authority 130. The "common cataloging practice"
in 830 of omitting non-filing characters may cause some entries to not be
linked that otherwise would be.


Modified: trunk/Open-ILS/src/support-scripts/authority_control_fields.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/authority_control_fields.pl	2011-02-23 04:28:15 UTC (rev 19517)
+++ trunk/Open-ILS/src/support-scripts/authority_control_fields.pl	2011-02-23 15:05:36 UTC (rev 19518)
@@ -319,6 +319,21 @@
              y => { 151 => 'y' },
              z => { 151 => 'z' },
     },
+    830 => { a => { 830 => 'a' },
+             d => { 130 => 'd' },
+             f => { 130 => 'f' },
+             g => { 130 => 'g' },
+             h => { 130 => 'h' },
+             k => { 130 => 'k' },
+             l => { 130 => 'l' },
+             m => { 130 => 'm' },
+             n => { 130 => 'n' },
+             o => { 130 => 'o' },
+             p => { 130 => 'p' },
+             r => { 130 => 'r' },
+             s => { 130 => 's' },
+             t => { 130 => 't' },
+    },
 );
 
 foreach my $rec_id (@records) {



More information about the open-ils-commits mailing list