From 9f7eb070cc7baadd305b3546f36c40b434504abf Mon Sep 17 00:00:00 2001 From: Catherine Ma Date: Thu, 21 Jan 2021 02:23:22 +0000 Subject: [PATCH] Bug 27022: Publisher number 028 does not display according to framework settings Test plan: 1. search the catalogue for an item 2. check if you can see the publisher number below the item title (you shouldn't) 3. click on the item and check if you can see the publisher number on this page (you shouldn't) 4. in a new browser, repeat steps 1-3 on the OPAC 5. apply patch 6. repeat steps 1-4, however this time the publisher number SHOULD display under the item titles Sponsored by Catalyst IT Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 13 +++++++++++++ .../prog/en/xslt/MARC21slim2intranetResults.xsl | 13 +++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 16 +++++++++++++++- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 13 +++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 46a4fb24e4..3d8ba578d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -843,6 +843,19 @@ + + + + Publisher number: + + + abq + | + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index 44556d5519..aa11b41975 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -879,6 +879,19 @@ + + + + Publisher number: + + + abq + | + + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index ce6df4c151..6cf2be7e65 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -197,7 +197,21 @@ - + + + + + + + Publisher number: + + + abq + | + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index a2a54e3ddc..13a69b09d6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1045,6 +1045,19 @@ + + + + Publisher number: + + + abq + | + + + + + -- 2.39.5