From: Terran McCanna Date: Thu, 13 Apr 2017 16:25:33 +0000 (-0400) Subject: PINES Customization: Hide FAST Subject Headings X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=648cd8e17084efcfc7a6b190808a0b046e323ac6;p=evergreen%2Fpines.git PINES Customization: Hide FAST Subject Headings See help desk ticket 4655. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 index f987125c38..e9c7e8dfa1 100644 --- a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 @@ -35,6 +35,7 @@ BLOCK render_subject; xpath = s.xpath || '//*[starts-with(@tag,"6")]'; FOR node IN ctx.marc_xml.findnodes(xpath); + NEXT IF node.findnodes('./*[@code="2" and (text()="fast")]'); ''; all_terms = []; graphics = [];