Bugzilla – Attachment 185811 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.65 KB, created by
Owen Leonard
on 2025-08-27 12:00:27 UTC
(
hide
)
Description:
Bug 40284: Fix typo in data/marc21_field_006.xml
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-27 12:00:27 UTC
Size:
1.65 KB
patch
obsolete
>From b13e6088827602bb766eeea7354c2396427e8705 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 > >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> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 f2640f2b6d2..4916ff8e86c 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