Bug 17698: Make patron notes show up on staff dashboard
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation-home.tt
index 802dd9a..4f80a41 100644 (file)
                             </li>
                         [% END %]
                     [% END %]
+                    [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
+                        <li>
+                            <a href="/cgi-bin/koha/circ/checkout-notes.pl">Checkout notes</a> [% IF ( pending_checkout_notes ) %]<span class="number_box"><a href="/cgi-bin/koha/circ/checkout-notes.pl">[% pending_checkout_notes %]</a></span>[% END %]
+                        </li>
+                    [% END %]
                 </ul>
             </div>