From 1fb617e7b973b847e362555e5a07e345aa9f72fd Mon Sep 17 00:00:00 2001
From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
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
---
 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