From c44a1e317e2ae3de4c2f58ce5ac173b489621556 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 25 May 2018 08:57:53 +0100 Subject: [PATCH] Bug 20772: Bug preventing backend JS execution We should be 'PROCESS'ing any backend JS, not 'INCLUDE'ing it --- 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 66edb8300f..5fdf2d0555 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 @@ -612,7 +612,7 @@ [% ELSE %] - [% INCLUDE $whole.template %] + [% PROCESS $whole.template %] [% END %] [% END %] -- 2.11.0