[% 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' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

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 | $raw %][% END %] [% item.itemcallnumber | html %] [% item.barcode | html %] [% Branches.GetName(item.branchcode) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %]
[% ELSE %]

No pending on-site checkout.

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