Bug 22101: Ill Requests missing in menu on advanced search page
authorOwen Leonard <oleonard@myacpl.org>
Fri, 11 Jan 2019 16:27:17 +0000 (16:27 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 4 Feb 2019 09:37:47 +0000 (10:37 +0100)
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 <maryse.simard@inlibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 45deff8b43d32865cfeeb516c8ffc1140f294c22)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 7b456961a667ec7a8dbed0176ef6aebb942988e2)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 807e473fbbd1cab47561ecbb8b80e3545160f90e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

koha-tmpl/intranet-tmpl/prog/en/includes/header.inc

index 918a1b3..8ed4d8b 100644 (file)
@@ -1,4 +1,5 @@
 [% USE Branches %]
+[% USE Koha %]
 <div id="header" class="navbar navbar-default">
     <div class="container-fluid">
         <ul id="toplevelmenu" class="nav navbar-nav">