[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE ItemTypes %] [% USE Branches %] [% USE AuthorisedValues %] [% USE TablesSettings %] [% USE Koha %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Holds queue") | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Circulation [% END %] [% IF ( run_report ) %] [% WRAPPER breadcrumb_item %] Holds queue [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Results [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Holds queue [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF ( total || 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 %] [% IF ( itemtypeslimit ) %] and item type: [% ItemTypes.GetDescription( itemtypeslimit ) | html %][% END %] [% IF ( ccodeslimit ) %] and collection: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode' authorised_value = ccodeslimit ) | html %][% END %] [% IF ( locationslimit ) %] and shelving location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location' authorised_value = locationslimit ) | html %][% END %]
[% ELSE %]
No items found.
[% END %] [% IF ( itemsloop ) %]
[% FOREACH itemsloo IN itemsloop %] [% END %]
Title Current library Collection Item type Call number Copy number Enumeration Barcode Patron Patron category Send to Date Notes

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

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

[% Branches.GetName( itemsloo.holdingbranch ) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemsloo.item.ccode ) | html %] [% ItemTypes.GetDescription( itemsloo.item.effective_itemtype ) | html %] [% IF ( itemsloo.item.location ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => itemsloo.item.location ) | html %] [% END %][% itemsloo.item.itemcallnumber | html %] [% itemsloo.item.copynumber | html %] [% itemsloo.item.enumchron | html %] [% IF ( itemsloo.item_level_request ) %] Only item: [% itemsloo.barcode | html %] [% ELSIF itemsloo.item.item_group %] [% itemsloo.barcode | html %] or any item from item group [% itemsloo.item.item_group.description | 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 %]
[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %]) [% Branches.GetName( itemsloo.pickbranch ) | html %] [% itemsloo.reservedate | $KohaDates %] [% itemsloo.notes | html %]
[% END %] [% END %] [% UNLESS ( total ) %] [% branchlimit = Branches.GetLoggedInBranchcode %] [% PROCESS filter_form %] [% END %]
[% IF ( total || Koha.Preference('CircSidebar') ) %]
[% END %]
[% BLOCK filter_form %]
[% IF ( total ) %]
[% ELSE -%]
[% END %]
[% END %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]