From 9fcf9c960cf91ebd49d9be180d142ace6c857548 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 23 Feb 2011 15:05:36 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.open-ils.org/ILS/trunk@19518 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/authority_control_fields.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl b/Open-ILS/src/support-scripts/authority_control_fields.pl index f7c3f5508..bb87a4ba2 100755 --- a/Open-ILS/src/support-scripts/authority_control_fields.pl +++ b/Open-ILS/src/support-scripts/authority_control_fields.pl @@ -319,6 +319,21 @@ my %controllees = ( 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) { -- 2.11.0