Bugzilla – Attachment 183833 Details for
Bug 40284
MARC21: Adjust maxlength for 005, 006 and 007
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40284: Fix typo in data/marc21_field_006.xml
Bug-40284-Fix-typo-in-datamarc21field006xml.patch (text/plain), 1.63 KB, created by
Marcel de Rooy
on 2025-07-07 11:39:36 UTC
(
hide
)
Description:
Bug 40284: Fix typo in data/marc21_field_006.xml
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-07-07 11:39:36 UTC
Size:
1.63 KB
patch
obsolete
>From cbfbdb519c8b836746e81b720467f919269e0055 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 7 Jul 2025 12:53:58 +0200 >Subject: [PATCH] Bug 40284: Fix typo in data/marc21_field_006.xml >Content-Type: text/plain; charset=utf-8 > >It reads position 12-18 and "six positions". Since the length is >18, the final position is 17. > >Test plan: >Test 006 plugin in basic editor. >Switch type of material to CF (computer files). >Check length of 006 in editor when saving the 006 form. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 f2640f2b6d..4916ff8e86 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 >@@ -192,7 +192,7 @@ > <Value code="z"><description>Other</description></Value> > <Value code="|"><description>No attempt to code</description></Value> > </Position> >- <Position pos="12-18"><name>Undefined</name><description>Six undefined character positions; each contains a blank (#) or a fill character (|).</description></Position> >+ <Position pos="12-17"><name>Undefined</name><description>Six undefined character positions; each contains a blank (#) or a fill character (|).</description></Position> > </Material> > <Material id="MP"><name>Maps</name><description></description> > <Position pos="00"><name>Form of material</name><description></description> >-- >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 40284
:
183688
|
183833
|
185810
|
185811