From 648cd8e17084efcfc7a6b190808a0b046e323ac6 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 13 Apr 2017 12:25:33 -0400 Subject: [PATCH] PINES Customization: Hide FAST Subject Headings See help desk ticket 4655. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/parts/record/subjects.tt2 | 1 + 1 file changed, 1 insertion(+) 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 = []; -- 2.11.0