[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% USE AuthorisedValues %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Pending on-site checkouts") | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Circulation [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Pending on-site checkouts [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %] [% INCLUDE 'messages.inc' %]

Pending on-site checkouts

[% IF pending_onsite_checkouts %]
[% FOREACH item IN pending_onsite_checkouts %] [% END %]
DatePatronTitleCall numberBarcodeLibraryLocation
[% IF item.is_overdue %][% END %] [% item.date_due | $KohaDates as_due_date => 1 %] [% 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' %]