From 1b3be2708b78a651ea5fd4bb944810bcb6cde80d Mon Sep 17 00:00:00 2001 From: William Lavoie Date: Thu, 10 Apr 2025 09:27:17 -0400 Subject: [PATCH] Bug 39596: Adding labels in the staff interface 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. Look at the record on the staff interface and the OPAC 11. Notice that in Normal View, the values entered for 780 and 785 do not have labels 12. Apply the patch 13. There are now labels in the staff interface and the OPAC Signed-off-by: Owen Leonard --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 839f358a9c1..9167240766c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1370,6 +1370,9 @@ Separated from: + + Preceding entry: + @@ -1458,6 +1461,9 @@ Changed back to: + + Succeeding entry: + -- 2.39.5