From f045e76c8ce89199e9261dd3c9f348c6d1bac443 Mon Sep 17 00:00:00 2001 From: William Lavoie Date: Wed, 9 Apr 2025 15:46:56 -0400 Subject: [PATCH] Bug 39596: Adding a label when the second indicator of MARC 780/785 is void Test plan: 1. Go to Administration > MARC Bibliographic framework 2. On the right side of the default framework, click on "Actions" > "MARC Structure" 3. Search for field 780 4. Click on "Actions" > "Edit subfields" 5. Click on the "t" tab 6. Check "Editor" under the "Visibility" section 7. Click on "Save Changes" 8. Repeat steps 1 to 7 for field 785$t 9. Have or create a record with a value for 780 and 785 with the first indicator at 0 and the other left empty 10. Go see the record on the OPAC 11. Notice that in Normal View, the value entered for 780 and 785 do not have labels 12. Apply the patch 13. There are now labels --- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index b5b07f3ee8..83795d69a7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1580,6 +1580,9 @@ Separated from: + + Preceding entry: + @@ -1668,6 +1671,9 @@ Changed back to: + + Succeeding entry: + -- 2.43.0