PINES Customization: Hide FAST Subject Headings
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 13 Apr 2017 16:25:33 +0000 (12:25 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Jun 2019 21:30:59 +0000 (17:30 -0400)
See help desk ticket 4655.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/record/subjects.tt2

index f987125..e9c7e8d 100644 (file)
@@ -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")]');
             '<span property="about">';
             all_terms = [];
             graphics = [];