[open-ils-commits] [GIT] Evergreen ILS branch master updated. 67a67b792c26554b95e9c744856c1b2f189d6245
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 10 10:34:06 EDT 2016
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 67a67b792c26554b95e9c744856c1b2f189d6245 (commit)
from 744c0e74493d09dff1a4f7e7a1cfb6d9597cf3fc (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 67a67b792c26554b95e9c744856c1b2f189d6245
Author: Galen Charlton <gmc at esilibrary.com>
Date: Wed Aug 10 10:26:06 2016 -0400
LP#1609556: (follow-up) restore previous 852$d output
The previous patch had a side-effect of changing the 852$d
value from the circ library's shortname to its long name. This
patch restores the previous behavior.
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm
index 400d0f0..a338ebe 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm
@@ -2031,7 +2031,7 @@ sub sru_search {
a => $copy->getChildrenByTagName('location')->[0]->textContent,
b => $owning_lib,
c => $cn,
- d => $copy->getChildrenByTagName('circlib')->[0]->textContent,
+ d => $copy->getChildrenByTagName('circ_lib')->[0]->getAttribute('shortname'),
g => $copy->getAttribute('barcode'),
n => $copy->getChildrenByTagName('status')->[0]->textContent
};
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list