From d78d0d93a10b65eaabbad039ea758a8ec6ddd2b0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Jan 2019 16:27:17 +0000 Subject: [PATCH] Bug 22101: Ill Requests missing in menu on advanced search page This patch adds [% USE Koha %] to header.inc so that Koha.Preference calls will work correctly. To test, apply the patch and log in to the staff client as a user who has permission to access the ILL module. - Go to the catalog's advanced search page - Cnfirm there is a header menu item under "More" for "ILL requests." Signed-off-by: Maryse Simard Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index a693da9abb..f479da3177 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -1,5 +1,6 @@ [% USE raw %] [% USE Branches %] +[% USE Koha %]