Bugzilla – Attachment 70978 Details for
Bug 20041
ILL module missing from more menu in staff when activated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20041 - ILL module missing from more menu in staff when activated
Bug-20041---ILL-module-missing-from-more-menu-in-s.patch (text/plain), 1.40 KB, created by
Nick Clemens (kidclamp)
on 2018-01-26 20:52:44 UTC
(
hide
)
Description:
Bug 20041 - ILL module missing from more menu in staff when activated
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-01-26 20:52:44 UTC
Size:
1.40 KB
patch
obsolete
>From 8e30d1b1705314439934388f86da9ce1090d5a5d Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Fri, 26 Jan 2018 15:01:39 +1300 >Subject: [PATCH] Bug 20041 - ILL module missing from more menu in staff when > activated > >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> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 4f3d579..ced56a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -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 %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20041
:
70928
|
70961
| 70978