Bugzilla – Attachment 103453 Details for
Bug 19312
Typo in UNIMARC field 121a plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19312: Fix typo in template
Bug-19312-Fix-typo-in-template.patch (text/plain), 1.51 KB, created by
George Veranis
on 2020-04-22 10:04:10 UTC
(
hide
)
Description:
Bug 19312: Fix typo in template
Filename:
MIME Type:
Creator:
George Veranis
Created:
2020-04-22 10:04:10 UTC
Size:
1.51 KB
patch
obsolete
>From afa8258192cac90aec45f824445b79b71736a8fa Mon Sep 17 00:00:00 2001 >From: George Veranis <gveranis@dataly.gr> >Date: Wed, 22 Apr 2020 11:43:53 +0200 >Subject: [PATCH] Bug 19312: Fix typo in template > >This patch fixes a simple typo > >Test plan: >1) Go to Administration -> MARC bibliographic framework >2) Select a framework and add plugin unimarc_field_121a.pl to 121 field >3) Open cataloguing screen >4) Go to 121 field and check if for subfield a shows two times the value > 2-dimensional >5) Apply the patch >6) Go to 121 field again and check if it shows 2 different values > >Mentored-by: Andreas Roussos >--- > .../prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >index 26ec46b9d2..ebc0fa890e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >@@ -19,9 +19,9 @@ > <option value="a">2-dimensional</option> > [% END %] > [% IF ( f1b ) %] >- <option value="b" selected="selected">2-dimensional</option> >+ <option value="b" selected="selected">3-dimensional</option> > [% ELSE %] >- <option value="b">2-dimensional</option> >+ <option value="b">3-dimensional</option> > [% END %] > </select> > </td></tr><tr> >-- >2.11.0
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 19312
:
103453
|
104540
|
104554