From 629a2b7dee29624cbe9f35f3ea4a740245267e1c Mon Sep 17 00:00:00 2001 From: Mark Hofstetter Date: Sun, 23 Mar 2025 21:42:38 +0100 Subject: [PATCH] Bug: 39428 When displaying MARC21 Field 787, subfield i + ind2 == 8 subfield i should be use as "label" as in field 777 To test: 1) enable 787 i + t in the framework you are planing to test 2) edit a record and create a subfield 787i to XXX an t to "Title787", set ind2 to 8 3) View record in OPAC you'll see the line "Other related works: XXX: Title787" 4) apply patch 5) View record in OPAC and the line should read now: "XXX: Title787" 7) thx and please sign off --- .../en/xslt/MARC21slim2OPACDetail.xsl | 111 ++++++++++-------- 1 file changed, 63 insertions(+), 48 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index de21d62386..1c4f920d56 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -88,7 +88,7 @@ Text - Kit + Kit Mixed materials Computer file Map @@ -1093,56 +1093,71 @@ - Other related works: - - - - - i - - - - - - - /cgi-bin/koha/opac-search.pl?q=Control-number: - - a_t - - - - - - ti,phr:( - - - - ) - - AND au:( - - - - + + + + + + + + i - ) + : + + + Other related works: + + + + + + i + + : - - - /cgi-bin/koha/opac-search.pl?q= - - a_t - - - - - - - ; - - + + + + + /cgi-bin/koha/opac-search.pl?q=Control-number: + + a_t + + + + + + ti,phr:( + + + + ) + + AND au:( + + + + + + ) + + + + /cgi-bin/koha/opac-search.pl?q= + + a_t + + + + + + + ; + + + + - -- 2.47.2