[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9575feec7189a9193b561de789206df32c92f996

Evergreen Git git at git.evergreen-ils.org
Fri Aug 12 17:29:25 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  9575feec7189a9193b561de789206df32c92f996 (commit)
      from  dffd94b2e673c87faae1e5e49153d0f05bf35d6f (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 9575feec7189a9193b561de789206df32c92f996
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