From 96d76fdf188440a4bf415dbb884a5d5e0bb7db12 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 28 Feb 2019 10:36:22 +0000 Subject: [PATCH] Bug 20750: (follow-up) Explicitly pass log var As per comment #109 here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750#c109 Signed-off-by: Josef Moravec --- 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 659443d60c..18e7820207 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 @@ -444,7 +444,7 @@ [% IF request.logs.size > 0 %] [% FOREACH log IN request.logs %] [% tpl = log.template %] - [% INCLUDE $tpl %] + [% INCLUDE $tpl log=log %] [% END %] [% ELSE %] There are no recorded logs for this request -- 2.11.0