Bugzilla – Attachment 78824 Details for
Bug 21347
bad code for input field in item information tab of addorderiso2709 page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21347 : Escaped fields that should be in addorderiso2709
Bug-21347--Escaped-fields-that-should-be-in-addord.patch (text/plain), 1.51 KB, created by
Chris Cormack
on 2018-09-14 22:50:41 UTC
(
hide
)
Description:
Bug 21347 : Escaped fields that should be in addorderiso2709
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2018-09-14 22:50:41 UTC
Size:
1.51 KB
patch
obsolete
>From c609e0ec80f17ebe2fd1ed608bfcb2fb0dc5e0be Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Fri, 14 Sep 2018 22:48:23 +0000 >Subject: [PATCH] Bug 21347 : Escaped fields that should be in addorderiso2709 > >Test plan >1/ Stage a MARC file (if you have none staged) >2/ Create a basket in aquisitions >3/ Add an order via staged file >4/ Look at the item information tab, notice there is escaped html >5/ Apply patch >6/ Refresh page, notice it is fixed >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 818eb2852e..4ec3c62e44 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -292,7 +292,7 @@ > [% END %] > </select> > [% ELSE %] >- [% iteminformatio.marc_value | html %] >+ [% iteminformatio.marc_value | $raw %] > [% END %] > <input type="hidden" name="itemid" value="1" /> > <input type="hidden" name="kohafield" value="[% iteminformatio.kohafield | html %]" /> >-- >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 21347
:
78824
|
78858
|
78892