From e62e2f75b0d6cb9100811f8db90abac93dcca118 Mon Sep 17 00:00:00 2001
From: Dan Scott <dan@coffeecode.net>
Date: Wed, 25 May 2011 11:38:11 -0400
Subject: [PATCH] Fix authority linking script typo

Problem reported by Ditty Mulder <dmu@iisg.nl>

Signed-off-by: Dan Scott <dan@coffeecode.net>
---
 Open-ILS/src/support-scripts/authority_control_fields.pl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
index ad3cfde8be..60c9d17c73 100755
--- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in
+++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
@@ -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