Bug 32030: Add ERM to the 'More' menu in the header
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / includes / header.inc
index c04af1d..d99ffe4 100644 (file)
@@ -43,6 +43,9 @@
                     [% IF ( CAN_user_serials ) %]
                         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
                     [% END %]
+                    [% IF Koha.Preference('ERMModule') && CAN_user_erm %]
+                        <li><a href="/cgi-bin/koha/erm/erm-home.pl">Electronic resources management</a></li>
+                    [% END %]
                     [% IF ( Koha.Preference('UseCourseReserves') ) %]
                         <li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></li>
                     [% END %]