From 725c656eebd51e808174f224eb9a849880a7e571 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Sun, 6 Sep 2015 21:37:03 -0400 Subject: [PATCH] Bug 14377: This development will show 'Suppressed in OPAC' if the 942$n is set to 1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff view. 3) Find or create a record with MARC tags 942$n=1 4) Check for “Suppressed in OPAC” at the top of the results div and at the top of the full record display. --- koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 5 +++++ koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index c24a2d0..d050f92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -90,6 +90,11 @@ + + + Suppressed in OPAC + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index e913ce5..ccc72fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -281,6 +281,11 @@ --> + + + Suppressed in OPAC + + -- 2.3.2 (Apple Git-55)