[% USE raw %] [% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% USE TablesSettings %] [% USE ItemTypes %] [% USE AdditionalContents %] [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% INCLUDE 'doc-head-open.inc' %] Your holds history › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-holdshistory' %] [% INCLUDE 'masthead.inc' %]

Holds history

[% IF !holds %] No data available [% ELSE %] [% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %]
[% IF ( unlimit ) %][% END %]
[% UNLESS unlimit %]

Showing 50 items. Show all items

[% ELSE %]

Showing all items. Show 50 items

[% END %]
[% IF show_itemtype_column %] [% END %] [% FOREACH hold IN holds %] [% IF show_itemtype_column %] [% END %] [% END %]
Holds history
Title Author Barcode Library Hold date Expiration date Waiting date Cancellation dateRequested item typeStatus
[% INCLUDE 'biblio-title.inc' biblio=hold.biblio %] [% hold.biblio.author | html %] [% hold.item.barcode | html %] [% Branches.GetName( hold.branchcode ) | html %] [% hold.reservedate | $KohaDates %] [% IF hold.expirationdate %] [% hold.expirationdate | $KohaDates %] [% END %] [% IF hold.waitingdate %] [% hold.waitingdate | $KohaDates %] [% END %] [% IF hold.cancellationdate %] [% hold.cancellationdate | $KohaDates %] [% END %] [% IF hold.itemtype %] [% ItemTypes.GetDescription( hold.itemtype ) | html %] [% ELSE %] Any item type [% END %] [% IF hold.found == 'F' %] Fulfilled [% ELSIF hold.cancellationdate %] Cancelled [% ELSIF hold.found == 'W' %] Waiting [% ELSIF hold.found == 'T' %] In transit [% ELSE %] Pending [% END %]
[% END # / IF old_holds_count %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %]