Fix authority linking script typo
authorDan Scott <dan@coffeecode.net>
Wed, 25 May 2011 15:38:11 +0000 (11:38 -0400)
committerDan Scott <dan@coffeecode.net>
Wed, 25 May 2011 15:38:11 +0000 (11:38 -0400)
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

index ad3cfde..60c9d17 100755 (executable)
@@ -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' },