Bug 30650: Add link to the circ nav bar
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Jul 2022 14:12:36 +0000 (16:12 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 29 Jul 2022 18:06:47 +0000 (15:06 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc

index 01631fe..3e2aaa8 100644 (file)
@@ -44,6 +44,9 @@
             <li><a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li>
             <li><a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li>
             <li><a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a></li>
+            [% IF ( Koha.Preference('CurbsidePickup') && CAN_user_circulate_manage_curbside_pickups ) %]
+                <li><a href="/cgi-bin/koha/circ/curbside_pickups.pl">Curbside pickups</a></li>
+            [% END %]
             <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
             <li><a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li>
             [% IF ( CAN_user_circulate_overdues_report ) %]