From f63ddc1c2689db0e00c5f50ce8dab9f977b3cb03 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 7 May 2025 15:36:19 +0000 Subject: [PATCH] Bug 39852: Add 024$a to MARC21 detail pages To test: 1. APPLY PATCH and restart_all 2. Find or create a record with a single 024$a. 3. The filed shoud display as 'Other standard identifier' in the staff detail page. 4. Try the OPAC detail page, the display should be the same. 5. Add multiple 024$a to a single record. 6. The display should look right on both the OPAC and staff interface, with each 024$a being pip seperated. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 14 ++++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 9167240766c..e6905b7e1d2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -859,6 +859,20 @@ + + + Other standard identifier: + + + a + + + | + + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index b4c0c2165ee..5991e97174e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -534,6 +534,20 @@ + + Other standard identifier: +
    + +
  • + + + +
  • +
    +
+
+
+ ISSN: -- 2.39.5