@@ -, +, @@ - Create/have a record with 022$z (or 011$z on UNIMARC) but no 022$a (no 011$a on UNIMARC). - Open the detail page for the record (on both OPAC and staff). - Repeat mixing with 022$a occurences to notice the bug. - Apply the patch, reload no matter how many ISSN fields you add. - Sign off :-D --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 24 ++++++++++++----- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 24 ++++++++++++----- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 27 ++++++++++-------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 24 ++++++++++++----- .../bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl | 24 ++++++++++++----- .../bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl | 28 ++++++++++--------- 6 files changed, 98 insertions(+), 53 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -400,13 +400,23 @@ - - ISSN: - - - .; - - + + + ISSN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl @@ -316,13 +316,23 @@ - - ISSN: - - - .; - - + + + ISSN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -159,19 +159,22 @@ - + +
  • - ISSN: - - - - - . - - - ; - - + ISSN: + + + + + + . + + + ; + + +
  • --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -440,13 +440,23 @@
    - - ISSN: - - - .; - - + + + ISSN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl @@ -352,13 +352,23 @@ - - ISSN: - - - .; - - + + + ISSN: + + + + + + . + + + ; + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -207,19 +207,21 @@ - - - ISSN: - - - - - . - - - ; - - + + + ISSN: + + + + + + . + + + ; + + + --