From: Dan Scott <dan@coffeecode.net>
Date: Wed, 25 May 2011 15:38:11 +0000 (-0400)
Subject: Fix authority linking script typo
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e62e2f75b0d6cb9100811f8db90abac93dcca118;p=evergreen%2Fmasslnc.git

Fix authority linking script typo

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

Signed-off-by: Dan Scott <dan@coffeecode.net>
---

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' },