From 6884eb3b71d5794039abeb09b9a07bf7114e74b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pichenot?= Date: Wed, 13 Apr 2022 13:20:11 +0200 Subject: [PATCH] Bug 30430: UNIMARC XSLT add field B214 display test plan : - Apply patch - Find a record with a B214 - Check on both Opac-Details and Opac-Result that the field is displayed. - Do the same checks on catalogue/search results and catalogue/details in Staff interface. --- .../en/xslt/UNIMARCslim2intranetDetail.xsl | 8 +++- .../prog/en/xslt/UNIMARCslimUtils.xsl | 39 +++++++++++++++++++ .../en/xslt/UNIMARCslim2OPACDetail.xsl | 6 +++ .../bootstrap/en/xslt/UNIMARCslimUtils.xsl | 37 ++++++++++++++++++ 4 files changed, 89 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl index 2e85bcc17d..0033ca28e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -127,7 +127,13 @@ - + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl index ddf4827078..bb0cf0bba3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl @@ -319,6 +319,45 @@ + + + + + Printing and/or Publishing Information Transcribed as Found in the Colophon: + + + + + . + + , + + + + + + + + + + + Printing and/or Publishing Information Transcribed as Found in the Main Source of +Information: + + + + + . + + , + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl index 56c9956641..b365fca0e5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -188,6 +188,12 @@ + + + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl index 448c51b5c6..901347b19a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl @@ -408,6 +408,43 @@ + + + + Printing and/or Publishing Information Transcribed as Found in the Colophon: + + + + + . + + , + + + + + + + + + + + Printing and/or Publishing Information Transcribed as Found in the Main Source of +Information: + + + + + . + + , + + + + + + + -- 2.30.2