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)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 18 Jan 2019 20:41:58 +0000 (20:41 +0000)
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>

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

index a693da9..f479da3 100644 (file)
@@ -1,5 +1,6 @@
 [% USE raw %]
 [% USE Branches %]
+[% USE Koha %]
 <div id="header" class="navbar navbar-default">
     <div class="container-fluid">
         <ul id="toplevelmenu" class="nav navbar-nav">