Bugzilla – Attachment 39389 Details for
Bug 14254
Unclosed <option> element in unimarc_field_116.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14254 - Unclosed <option> element in unimarc_field_116.tt
Bug-14254---Unclosed-option-element-in-unimarcfiel.patch (text/plain), 1.38 KB, created by
Marcel de Rooy
on 2015-05-22 11:08:49 UTC
(
hide
)
Description:
Bug 14254 - Unclosed <option> element in unimarc_field_116.tt
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-05-22 11:08:49 UTC
Size:
1.38 KB
patch
obsolete
>From da1c31023252fd945a330a109a21b13adaf2d831 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Thu, 21 May 2015 20:25:41 -0300 >Subject: [PATCH] Bug 14254 - Unclosed <option> element in > unimarc_field_116.tt >Content-Type: text/plain; charset=utf-8 > >Unclosed <option> > >To test: >1) Unimarc install >2) Edit a record >3) Edit 116 field, 10 position, Technique (prints) 3 >4) Select litography, save >5) Run plugin again, will see litography/option> >6) Apply the patch >7) Check again, now is right (clean cache) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >index bef84e9..13761de 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >@@ -1339,7 +1339,7 @@ > > [% END %] > [% IF ( f10bi ) %] >- <option value="bi" selected="selected">lithography/option> >+ <option value="bi" selected="selected">lithography</option> > [% ELSE %] > <option value="bi">lithography</option> > >-- >1.7.10.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 14254
:
39377
| 39389