From 8dc56dbc9d3e3fffdce334856b49297c1cd64d7a Mon Sep 17 00:00:00 2001 From: Arthur Suzuki Date: Thu, 5 May 2022 17:29:51 +0200 Subject: [PATCH] Bug 30430: (QA follow-up) fix display of 210 only if no 214 + added 214r/s Signed-off-by: David Nind --- .../en/xslt/UNIMARCslim2intranetDetail.xsl | 4 +- .../en/xslt/UNIMARCslim2intranetResults.xsl | 4 +- .../prog/en/xslt/UNIMARCslimUtils.xsl | 53 +++++++++++++++++++ .../en/xslt/UNIMARCslim2OPACDetail.xsl | 4 +- .../en/xslt/UNIMARCslim2OPACResults.xsl | 4 +- .../bootstrap/en/xslt/UNIMARCslimUtils.xsl | 53 +++++++++++++++++++ 6 files changed, 110 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl index afb896fe89..25a8d08dee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -138,9 +138,7 @@ - - - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl index f982a6217e..624603c620 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl @@ -73,9 +73,7 @@ - - - + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl index 419fe9d6d2..408fceb70a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl @@ -28,6 +28,20 @@ + + + + + + + + + + + + + + Publication: @@ -153,6 +167,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 3fab572ee9..f2bebe101f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -186,9 +186,7 @@ edition - - - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl index 2d6711fb12..b9d36a2d35 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl @@ -151,9 +151,7 @@ piece_analytic_level - - - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl index bd8c1f430d..b5a970a2c7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslimUtils.xsl @@ -189,6 +189,20 @@ + + + + + + + + + + + + + + Publication: @@ -311,6 +325,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 + formation: + + + + + . + + , + + + + + -- 2.35.3