[open-ils-commits] r19520 - branches/rel_2_0/Open-ILS/src/support-scripts (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 23 10:07:19 EST 2011
Author: dbs
Date: 2011-02-23 10:07:17 -0500 (Wed, 23 Feb 2011)
New Revision: 19520
Modified:
branches/rel_2_0/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: branches/rel_2_0/Open-ILS/src/support-scripts/authority_control_fields.pl
===================================================================
--- branches/rel_2_0/Open-ILS/src/support-scripts/authority_control_fields.pl 2011-02-23 15:06:55 UTC (rev 19519)
+++ branches/rel_2_0/Open-ILS/src/support-scripts/authority_control_fields.pl 2011-02-23 15:07:17 UTC (rev 19520)
@@ -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