[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 09479923cf3c0431168ecb2e23e3fd5d51aff13b

Evergreen Git git at git.evergreen-ils.org
Thu Jan 9 09:04:04 EST 2014


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, master has been updated
       via  09479923cf3c0431168ecb2e23e3fd5d51aff13b (commit)
      from  cb7c6b58a354c9f5d7eedaa4b021cebd0757680c (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 09479923cf3c0431168ecb2e23e3fd5d51aff13b
Author: Srey Seng <sseng at catalystitservices.com>
Date:   Tue Jan 7 14:30:49 2014 -0800

    LP#1266937: Fix missing/incorrect regex for authority in Vandelay.pm
    
    Add in missing "~" in function import_record_list_impl when
    type is authority records. Also replace "auth" with "authority"
    so that the generated values match up with functions in the
    database.
    
    Signed-off-by: Srey Seng <sreyseng at gmail.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
index b821b11..0bb52d6 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
@@ -930,8 +930,8 @@ sub import_record_list_impl {
     $bib_sources{$_->id} = $_->source for @$sources;
 
     if($type eq 'auth') {
-        $overlay_func =~ s/bib/auth/o;
-        $auto_overlay_func = s/bib/auth/o;
+        $overlay_func =~ s/bib/authority/o; 
+        $auto_overlay_func =~ s/bib/authority/o; 
         $retrieve_func =~ s/bib/authority/o;
         $retrieve_queue_func =~ s/bib/authority/o;
         $update_queue_func =~ s/bib/authority/o;

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

Summary of changes:
 .../perlmods/lib/OpenILS/Application/Vandelay.pm   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list