[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. fdc87c6c4214a09a3edc762b8a0f14ffa457870e

Evergreen Git git at git.evergreen-ils.org
Wed May 25 11:47:37 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_0 has been updated
       via  fdc87c6c4214a09a3edc762b8a0f14ffa457870e (commit)
      from  9df0e8cad3b40446221853978d5fa99483640c73 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fdc87c6c4214a09a3edc762b8a0f14ffa457870e
Author: Dan Scott <dan at coffeecode.net>
Date:   Wed May 25 11:38:11 2011 -0400

    Fix authority linking script typo
    
    Problem reported by Ditty Mulder <dmu at iisg.nl>
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl b/Open-ILS/src/support-scripts/authority_control_fields.pl
index 9304f61..c989335 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' },

-----------------------------------------------------------------------

Summary of changes:
 .../support-scripts/authority_control_fields.pl    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list