[open-ils-commits] [GIT] Evergreen ILS branch rel_2_9 updated. 9e2afb458bd823cb43c81f4deec773f8f74a4b57
Evergreen Git
git at git.evergreen-ils.org
Fri Aug 12 17:32:02 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, rel_2_9 has been updated
via 9e2afb458bd823cb43c81f4deec773f8f74a4b57 (commit)
from 67d75ee9aac226a45dcd29bbe4ede79abf2996cc (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 9e2afb458bd823cb43c81f4deec773f8f74a4b57
Author: Jim Keenan <jkeenan at cwmars.org>
Date: Fri Aug 12 14:51:28 2016 -0400
lp1592934 removed lines referencing edition fields 534 and 775. These fields refer to other, different editions of the work and not to the work actually being returned.
Signed-off-by: Jim Keenan <jkeenan at cwmars.org>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index e995a92..50611fc 100644
--- a/Open-ILS/src/templates/opac/parts/misc_util.tt2
+++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2
@@ -360,9 +360,7 @@
args.editions.push(edition.primary.value);
END;
- ed_hunt = xml.findnodes('//*[@tag="250"]/*[@code="a"]') ||
- xml.findnodes('//*[@tag="534"]/*[@code="b"]') ||
- xml.findnodes('//*[@tag="775"]/*[@code="b"]');
+ ed_hunt = xml.findnodes('//*[@tag="250"]/*[@code="a"]');
FOR sub IN ed_hunt;
args.editions.push(sub.textContent);
END;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/misc_util.tt2 | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list