[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% END %]
[% ELSE %]
Pending on-site checkouts
[% IF pending_onsite_checkouts %]Date | Patron | Title | Call number | Barcode | Library | Location |
---|---|---|---|---|---|---|
[% 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 %] |