Bugzilla – Attachment 45801 Details for
Bug 15396
MARC21 Leader plugin label '1-4 Record size' is wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15396 MARC21 Leader plugin label '1-4 Record size' is wrong
Bug-15396-MARC21-Leader-plugin-label-1-4-Record-si.patch (text/plain), 1.22 KB, created by
Mirko Tietgen
on 2015-12-18 09:26:13 UTC
(
hide
)
Description:
Bug 15396 MARC21 Leader plugin label '1-4 Record size' is wrong
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2015-12-18 09:26:13 UTC
Size:
1.22 KB
patch
obsolete
>From 1cf253efc941eeb7bcfda99d76772ed52836aa9f Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Fri, 18 Dec 2015 10:24:29 +0100 >Subject: [PATCH] Bug 15396 MARC21 Leader plugin label '1-4 Record size' is > wrong > >The plugin label says "1-4 Record size", but it's actually 0-4. > >http://www.loc.gov/marc/bibliographic/bdleader.html > >Test plan: >-apply patch >-in cataloging, open a record in a framework that uses the plugin >-open LEADER/000 and check that the label says "0-4 Record size" now >--- > .../prog/en/modules/cataloguing/value_builder/marc21_leader.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >index a0b12e4..376be66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >@@ -8,7 +8,7 @@ > <h3>000 - Leader</h3> > <table> > <tr> >- <td><span class="label">1-4 Record size</span></td> >+ <td><span class="label">0-4 Record size</span></td> > <td>(auto-filled)</td> > </tr> > <tr> >-- >2.1.4
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 15396
:
45801
|
45815
|
45859