From 410021c0ef2b96508bfc01592c55002ebbae30ba Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 23 Jan 2026 15:37:57 -0500 Subject: [PATCH] Bug 41697: Update MARC21 value builders to Update 41 (December 2025) This patch updates the MARC21 value builders to include changes brought by Update 41 to the MARC21 format. Changes to field 006 - New value r - Remote sensing image in 006/08 for Maps Changes to field 007 - New value t - 4K Ultra HD Blu-ray in 007/04 for Videorecordings Changes to field 008 - New value r - Remote sensing image in 008/25 for Maps To test: 1. Apply patch and reset_all 2. Go to Cataloging > New record 3. Open field 006 and click on the field editor icon 4. Under "Type of material" choose MP - Maps and confirm --> Under 08 - Type of cartographic material, there should be an option r- Remote-sensing image 5. Click "Cancel" to close the window 6. Click on the field editor icon for 007 7. Under "Material type", choose Videorecording --> Under 04 Videorecording format, there should be an option t- 4K Ultra HD Blu-ray 8. Click "Cancel" to close the window 9. Click on the field editor icon for 008 10. Under "Type of Material" choose MP - Maps and confirm --> Under 25 - Type of cartographic material, there should be an option r- Remote-sensing image --- .../intranet-tmpl/prog/en/data/marc21_field_006.xml | 1 + .../intranet-tmpl/prog/en/data/marc21_field_007.xml | 1 + .../intranet-tmpl/prog/en/data/marc21_field_008.xml | 1 + .../cataloguing/value_builder/marc21_field_007.tt | 9 +++++++++ 4 files changed, 12 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml index 9666c7cbbd2..b619cc25229 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml +++ b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml @@ -274,6 +274,7 @@ Atlas Separate supplement to another work Bound as part of another work + Remote sensing image Unknown Other No attempt to code diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml index 978bc217ec7..a2c2e9affdf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml +++ b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml @@ -1143,6 +1143,7 @@ 8 mm. Hi-8 mm. Blu-ray disc + 4K Ultra HD Blu-ray Unknown DVD Other diff --git a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml index 1f10bc9d002..b7de0c26a54 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml +++ b/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml @@ -617,6 +617,7 @@ Atlas Separate supplement to another work Bound as part of another work + Remote sensing image Unknown Other No attempt to code diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt index 80fd4914677..bbcff6cadbd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt @@ -9201,6 +9201,15 @@ [% ELSE %] \ \ + [% END %] \ + [% IF ( f4t ) %] \ + \ + [% ELSE %] \ + \ [% END %] \ [% IF ( f4u ) %] \ -- 2.43.0