Bugzilla – Attachment 94645 Details for
Bug 23863
Editing a basket clears create_items value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23863: (QA follow-up) Add missing html filter
Bug-23863-QA-follow-up-Add-missing-html-filter.patch (text/plain), 1.18 KB, created by
Katrin Fischer
on 2019-10-24 06:14:43 UTC
(
hide
)
Description:
Bug 23863: (QA follow-up) Add missing html filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-10-24 06:14:43 UTC
Size:
1.18 KB
patch
obsolete
>From 7ab50169b6675b69428840db8f33b53179af922f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 21 Oct 2019 22:08:45 +0000 >Subject: [PATCH] Bug 23863: (QA follow-up) Add missing html filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >index 4b87af45bb..dc238a6698 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt >@@ -111,7 +111,7 @@ > <div class="hint">Standing orders do not close when received.</div> > </li> > [% IF basketno %] >- <input type="hidden" name="create_items" value="[% create_items %]" /> >+ <input type="hidden" name="create_items" value="[% create_items | html %]" /> > [% ELSE %] > <li> > <label for="create_items">Create items when:</label> >-- >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 23863
:
94586
|
94597
|
94644
| 94645