[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Pending on-site checkouts [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% 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 | html %] [% item.surname | html %] [% item.title | html %][% IF ( item.author ) %], by [% item.author | html %][% END %][% IF ( item.itemnotes ) %]- [% item.itemnotes | html %][% END %] [% item.itemcallnumber | html %] [% item.barcode | html %] [% Branches.GetName(item.branchcode) | html %] [% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %]
[% ELSE %]

No pending on-site checkout.

[% END %]
[% IF Koha.Preference('CircSidebar') %][% INCLUDE 'circ-nav.inc' %][% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]