@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -28,7 +28,7 @@
  • Acquisitions
  • [% END %]
  • Authorities
  • - [% IF ( Koha.Preference('ILLModule') && (CAN_user_ill || CAN_user_superlibrarian) ) %] + [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
  • ILL Requests
  • [% END %] [% IF ( CAN_user_serials ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -80,7 +80,7 @@
  • Authorities
  • - [% IF Koha.Preference('ILLModule') && (CAN_user_ill || CAN_user_superlibrarian) %] + [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
  • ILL requests
  • --