From fdc87c6c4214a09a3edc762b8a0f14ffa457870e Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 25 May 2011 11:38:11 -0400 Subject: [PATCH] Fix authority linking script typo Problem reported by Ditty Mulder Signed-off-by: Dan Scott --- Open-ILS/src/support-scripts/authority_control_fields.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl b/Open-ILS/src/support-scripts/authority_control_fields.pl index 9304f61514..c989335d0f 100755 --- a/Open-ILS/src/support-scripts/authority_control_fields.pl +++ b/Open-ILS/src/support-scripts/authority_control_fields.pl @@ -323,7 +323,7 @@ my %controllees = ( y => { 151 => 'y' }, z => { 151 => 'z' }, }, - 830 => { a => { 830 => 'a' }, + 830 => { a => { 130 => 'a' }, d => { 130 => 'd' }, f => { 130 => 'f' }, g => { 130 => 'g' }, -- 2.11.0