[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 9f3e0e209fd1fac2c8b6528aa73bb58ea731918b
Evergreen Git
git at git.evergreen-ils.org
Fri Aug 12 17:31:10 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_10 has been updated
via 9f3e0e209fd1fac2c8b6528aa73bb58ea731918b (commit)
from 3df9e925090c1f65fb5e0733f3d8ca3eea5d702f (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 9f3e0e209fd1fac2c8b6528aa73bb58ea731918b
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