[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. 857b8f1a788ba28d4d07fe7dec61d736adce432e
Evergreen Git
git at git.evergreen-ils.org
Thu Jan 9 09:03:49 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, rel_2_5 has been updated
via 857b8f1a788ba28d4d07fe7dec61d736adce432e (commit)
from fc1ec17e41a2c5df64544f0fc518bb58935c9b98 (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 857b8f1a788ba28d4d07fe7dec61d736adce432e
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