@@ -, +, @@ for normal record display - Create/have a record with 020$z (one or more) but no 020$a. - Open the detail page for the record (on both OPAC and staff). - Repeat mixing with 020$a occurences to notice the bug. - Apply the patch, reload - Sign off :-D --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 16 +++++++++++----- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 18 +++++++++++------- 2 files changed, 22 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -378,15 +378,21 @@ - + ISBN: - - - .; + + + + + . + ; + + + - + ISSN: --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -415,17 +415,21 @@ - + ISBN: - - - - .; - + + + + + . + ; + + + - + ISSN: --