[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE ItemTypes %] [% USE Branches %] [% USE AuthorisedValues %] [% USE TablesSettings %] [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Holds queue [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Holds queue

[% IF ( run_report ) %] [% IF ( total ) %]
[% total | html %] items found for [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) | html %][% ELSE %]All libraries[% END %]
[% ELSE %]
No items found.
[% END %] [% IF ( itemsloop ) %] [% FOREACH itemsloo IN itemsloop %] [% END %]
Title Collection Item type Call number Copy number Enumeration Barcode Patron Send to Date Notes

[% INCLUDE 'biblio-title.inc' biblio=itemsloo %]

[% itemsloo.biblionumber | html %]
[% itemsloo.author | html %]
[% IF ( itemsloo.editionstatement ) %]
[% itemsloo.editionstatement | html %]
[% END %]
[% IF ( itemsloo.publishercode ) %][% itemsloo.publishercode | html %][% END %] [% IF ( itemsloo.publicationyear ) %] , [% itemsloo.publicationyear | html %] [% ELSIF ( itemsloo.copyrightdate ) %] , [% itemsloo.copyrightdate | html %] [% END %] [% IF ( itemsloo.pages ) %]: [% itemsloo.pages | html %] [% END %] [% IF ( itemsloo.item('size') ) %][% itemsloo.item('size') | html %][% END %] [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn | html %][% END %]

[% AuthorisedValues.GetByCode( 'CCODE', itemsloo.ccode ) | html %] [% ItemTypes.GetDescription( itemsloo.itype ) | html %] [% IF ( itemsloo.location ) %][% AuthorisedValues.GetByCode( 'LOC', itemsloo.location ) | html %] [% END %][% itemsloo.itemcallnumber | html %] [% itemsloo.copynumber | html %] [% itemsloo.enumchron | html %] [% IF ( itemsloo.item_level_request ) %] Only item: [% itemsloo.barcode | html %] [% ELSE %] [% itemsloo.barcode | html %] or any available [% END %]

[% INCLUDE 'patron-title.inc' invert_name=1 patron=itemsloo.patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]

[% UNLESS Koha.Preference('HidePatronName') %]

[% itemsloo.patron.phone | html %]

[% END %]
[% Branches.GetName( itemsloo.pickbranch ) | html %] [% itemsloo.reservedate | $KohaDates %] [% itemsloo.notes | html %]
[% END %] [% END %] [% UNLESS ( total ) %]
[% END %] [% IF Koha.Preference('CircSidebar') %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]