From f115f829bd4398bd672cde420cc6d1bcc1dd0d04 Mon Sep 17 00:00:00 2001 From: Liz Rea 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 --- 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 @@
  • Acquisitions
  • [% END %]
  • Authorities
  • + [% IF ( Koha.Preference('ILLModule') ) %] +
  • ILL Requests
  • + [% END %] [% IF ( CAN_user_serials ) %]
  • Serials
  • [% END %] -- 2.7.4