From aeb87413612dfd6b20676097996132b31e6a482c 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 Content-Type: text/plain; charset=utf-8 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 --- .../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 ea90b2b90c..c54537799d 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 c906d3a1f6..34ada72afe 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 685f4b1196..0004bbd846 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 04110e0c47..f8d73f57dc 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.11.0