Bugzilla – Attachment 192109 Details for
Bug 41697
Update MARC21 default framework to Update 41 (December 2025)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41697: Update MARC21 value builders to Update 41 (December 2025)
ffe52d2.patch (text/plain), 5.29 KB, created by
David Nind
on 2026-01-27 21:04:55 UTC
(
hide
)
Description:
Bug 41697: Update MARC21 value builders to Update 41 (December 2025)
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-01-27 21:04:55 UTC
Size:
5.29 KB
patch
obsolete
>From ffe52d2177c932124a39f3d4131f6f2974eda085 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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 > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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 9666c7cbbd..b619cc2522 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 @@ > <Value code="e"><description>Atlas</description></Value> > <Value code="f"><description>Separate supplement to another work</description></Value> > <Value code="g"><description>Bound as part of another work</description></Value> >+ <Value code="r"><description>Remote sensing image</description></Value> > <Value code="u"><description>Unknown</description></Value> > <Value code="z"><description>Other</description></Value> > <Value code="|"><description>No attempt to code</description></Value> >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 978bc217ec..a2c2e9affd 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 @@ > <Value code="p"><description>8 mm.</description></Value> > <Value code="q"><description>Hi-8 mm.</description></Value> > <Value code="s"><description>Blu-ray disc</description></Value> >+ <Value code="t"><description>4K Ultra HD Blu-ray</description></Value> > <Value code="u"><description>Unknown</description></Value> > <Value code="v"><description>DVD</description></Value> > <Value code="z"><description>Other</description></Value> >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 1f10bc9d00..b7de0c26a5 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 @@ > <Value code="e"><description>Atlas</description></Value> > <Value code="f"><description>Separate supplement to another work</description></Value> > <Value code="g"><description>Bound as part of another work</description></Value> >+ <Value code="r"><description>Remote sensing image</description></Value> > <Value code="u"><description>Unknown</description></Value> > <Value code="z"><description>Other</description></Value> > <Value code="|"><description>No attempt to code</description></Value> >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 80fd491467..bbcff6cadb 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 %] \ > <option value="s">' + > _("s- Blu-ray disc") + >+ '</option> \ >+ [% END %] \ >+ [% IF ( f4t ) %] \ >+ <option value="t" selected="selected">' + >+ _("t - 4K Ultra HD Blu-ray") + >+ '</option> \ >+ [% ELSE %] \ >+ <option value="t">' + >+ _("t- 4K Ultra HD Blu-ray") + > '</option> \ > [% END %] \ > [% IF ( f4u ) %] \ >-- >2.39.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41697
:
191990
|
191991
|
192108
| 192109