[% USE KohaDates %] [% USE ItemTypes %] [% USE Branches %] [% USE AuthorisedValues %] [% USE ColumnsSettings %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Holds queue [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Holds queue

[% IF ( run_report ) %] [% IF ( total ) %]
[% total %] items found for [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) %][% 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

[% itemsloo.title | html %] [% FOREACH s IN itemsloo.subtitle %] [% s %][% END %]

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

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

[% itemsloo.surname %], [% itemsloo.firstname %] ([% itemsloo.cardnumber %])

[% itemsloo.phone %]

[% Branches.GetName( itemsloo.pickbranch ) %] [% itemsloo.reservedate | $KohaDates %] [% itemsloo.notes %]
[% END %] [% END %] [% UNLESS ( total ) %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]