Bug 12461 - Add patron clubs feature
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / tools-menu.inc
index 09c6bda..d7b40cf 100644 (file)
@@ -25,6 +25,9 @@
     [% IF ( CAN_user_tools_manage_patron_lists ) %]
        <li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
     [% END %]
+    [% IF (CAN_user_clubs) %]
+        <li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li>
+    [% END %]
     [% IF ( CAN_user_tools_moderate_comments ) %]
        <li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li>
     [% END %]