From 13de5a93200bd6621d1fa2eab5279d51264dce8a Mon Sep 17 00:00:00 2001 From: Martin Renvoize 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 --- 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' %]
  1. -- 2.20.1