From 807e473fbbd1cab47561ecbb8b80e3545160f90e 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 Signed-off-by: Nick Clemens (cherry picked from commit 45deff8b43d32865cfeeb516c8ffc1140f294c22) Signed-off-by: Martin Renvoize (cherry picked from commit 7b456961a667ec7a8dbed0176ef6aebb942988e2) Signed-off-by: Lucas Gass --- 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 5e4687535e..c80d5bb2d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -1,4 +1,5 @@ [% USE Branches %] +[% USE Koha %]