Bugzilla – Attachment 93907 Details for
Bug 14669
Search orders by managing library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14669: (RM follow-up) Ensure updated include compiles
Bug-14669-RM-follow-up-Ensure-updated-include-comp.patch (text/plain), 1.23 KB, created by
Martin Renvoize (ashimema)
on 2019-10-09 06:31:24 UTC
(
hide
)
Description:
Bug 14669: (RM follow-up) Ensure updated include compiles
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-10-09 06:31:24 UTC
Size:
1.23 KB
patch
obsolete
>From 13de5a93200bd6621d1fa2eab5279d51264dce8a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 9 Oct 2019 07:28:50 +0100 >Subject: [PATCH] Bug 14669: (RM follow-up) Ensure updated include compiles > >The introduction of `options_for_libraries` in the filter-orders include >template requires that we process 'html_helpers' within the file to >ensure it always compiles. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc >index ec62b1af0c..7011692637 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc >@@ -1,6 +1,7 @@ > [% USE Koha %] > [% USE Branches %] > [% USE KohaDates %] >+[% PROCESS 'html_helpers.inc' %] > <ol> > <li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% filters.title | html %]" /></li> > <li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% filters.author | html %]" /></li> >-- >2.20.1
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 14669
:
87477
|
89619
|
90262
|
92343
|
93583
|
93587
|
93669
| 93907