From f28d8412cf5919c0d856f6baab7553256cb15165 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Mon, 17 Dec 2018 09:42:04 +0000 Subject: [PATCH] Bug 21460: (follow-up) Add filter to prefilters Addressing https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460#c11 --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 0f18d725c8..438ef215a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -37,7 +37,7 @@ 'patron' ]; - var prefilters = '[% prefilters %]'; + var prefilters = '[% prefilters | $raw %]'; // Expanded fields // This is auto populated -- 2.11.0