[% USE Branches %] [% USE KohaDates %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Pending on-site checkouts [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]

Pending on-site checkouts

[% IF pending_onsite_checkouts %] [% FOREACH item IN pending_onsite_checkouts %] [% END %]
DatePatronTitleCallnumberBarcodeLibraryLocation
[% IF item.is_overdue %][% END %] [% item.date_due | $KohaDates %] [% IF item.is_overdue %][% END %] [%item.firstname %] [% item.surname %] [% item.title |html %][% IF ( item.author ) %], by [% item.author %][% END %][% IF ( item.itemnotes ) %]- [% item.itemnotes %][% END %] [% item.itemcallnumber %] [% item.barcode %] [% Branches.GetName(item.branchcode) %] [% AuthorisedValues.GetByCode( 'LOC', item.location )%]
[% ELSE %]

No pending on-site checkout.

[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]