Bug 7317: Interlibrary loans framework for Koha.
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / includes / circ-menu.inc
index d34ff9f..de75551 100644 (file)
     [% IF Koha.Preference('HouseboundModule') %]
         [% IF houseboundview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]">Housebound</a></li>
     [% END %]
+    [% IF Koha.Preference('ILLModule') %]
+        <li><a href="/cgi-bin/koha/ill/ill-requests.pl?borrowernumber=[% borrowernumber %]">Interlibrary loans</a></li>
+    [% END %]
 </ul></div>
 [% END %]