Bug 20041: ILL module missing from more menu in staff when activated
authorLiz Rea <liz@catalyst.net.nz>
Fri, 26 Jan 2018 02:01:39 +0000 (15:01 +1300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 30 Jan 2018 17:18:13 +0000 (14:18 -0300)
Apply this patch
Check that ILL requests are now listed in More menu when ILL requests syspref is enabled

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

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

index 4f3d579..ced56a5 100644 (file)
@@ -28,6 +28,9 @@
                         <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li>
                     [% END %]
                     <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
+                    [% IF ( Koha.Preference('ILLModule') ) %]
+                        <li><a href="/cgi-bin/koha/ill/ill-requests.pl">ILL Requests</a></li>
+                    [% END %]
                     [% IF ( CAN_user_serials ) %]
                         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
                     [% END %]