[% USE KohaDates %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% USE ColumnsSettings %] [% INCLUDE 'doc-head-open.inc' %] Holds history for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %]

Holds history

[% UNLESS Koha.Preference('intranetreadinghistory') %]
Staff members are not allowed to access patron's holds history
[% ELSIF is_anonymous %]
This is the anonymous patron, so no holds history is displayed.
[% ELSIF ( !holds ) %]
This patron has no holds history.
[% ELSE %]
[% FOREACH hold IN holds %] [% END %]
Title Author Barcode Library Reserve date Notification date Reminder date Expiration date Waiting date Cancellation date Item type Status
[% hold.biblio.title |html %] [% hold.biblio.author %] [% hold.item.barcode %] [% Branches.GetName( hold.branchcode ) %] [% hold.reservedate | $KohaDates %] [% IF hold.notificationdate %] [% hold.notificationdate | $KohaDates %] [% ELSE %] [% END %] [% IF hold.reminderdate %] [% hold.reminderdate | $KohaDates %] [% ELSE %] [% END %] [% IF hold.expirationdate %] [% hold.expirationdate | $KohaDates %] [% ELSE %] [% END %] [% IF hold.waitingdate %] [% hold.waitingdate | $KohaDates %] [% ELSE %] [% END %] [% IF hold.cancellationdate %] [% hold.cancellationdate | $KohaDates %] [% ELSE %] [% END %] [% hold.itemtype %] [% IF hold.found == 'W' %] Waiting [% ELSIF hold.found == 'T' %] In transit [% ELSIF hold.cancellationdate %] Cancelled [% ELSE %] In queue [% END %]
[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]