Browse Source

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>
remotes/origin/19.11.x
Martin Renvoize 5 years ago
parent
commit
13de5a9320
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 1
      koha-tmpl/intranet-tmpl/prog/en/includes/filter-orders.inc

1
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>

Loading…
Cancel
Save