[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% END %]
[% END %]
[% END %]
[% UNLESS ( total ) %]
[% END %]
[% IF Koha.Preference('CircSidebar') %]
Holds queue
[% IF ( run_report ) %] [% IF ( total ) %][% total | html %] items found for
[% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) | html %][% ELSE %]All libraries[% END %]
[% ELSE %]
[% END %]
[% IF ( itemsloop ) %]
Title | Collection | Item type | Call number | Copy number | Enumeration | Barcode | Patron | Send to | Date | Notes |
---|---|---|---|---|---|---|---|---|---|---|
[% INCLUDE 'biblio-title.inc' biblio=itemsloo link = 1 %]
[% itemsloo.biblionumber | 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.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.ccode ) | html %] | [% ItemTypes.GetDescription( itemsloo.itype ) | html %] | [% IF ( itemsloo.location ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => 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 %] |