[% USE Asset %] [% USE KohaDates %] [% USE ColumnsSettings %] [% USE AuthorisedValues %] [%- USE Branches -%] [%- USE ItemTypes -%] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Holds to pull [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]

Holds to pull placed between [% from | $KohaDates %] and [% to | $KohaDates %]

Reported on [% todaysdate | $KohaDates %]

The following holds have not been filled. Please retrieve them and check them in.

[% IF ( reserveloop ) %] [% FOREACH reserveloo IN reserveloop %] [% IF ( reserveloo.borrowernumber ) %] [% ELSE %] [% END %] [% END %]
Pull this many items Items available Patrons with holds First patron Title Libraries Available call numbers Available copy numbers Available enumeration Available itypes Available locations Earliest hold date

[% reserveloo.pullcount %]

[% reserveloo.count %] [% reserveloo.rcount %] [% reserveloo.firstname %] [%reserveloo.surname %]

[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %] [% reserveloo.title |html %] [% FOREACH s IN reserveloo.subtitle %] [% s %][% END %]

[% IF ( reserveloo.author ) %]

by [% reserveloo.author %]

[% END %]
" " " " " [% FOREACH holdingbranch IN reserveloo.holdingbranches %] [% Branches.GetName ( holdingbranch ) %]
[% END %]

[% reserveloo.itemcallnumber %]

[% reserveloo.copyno %]

[% reserveloo.enumchron %]

[% FOREACH itype IN reserveloo.itypes %] [% ItemTypes.GetDescription( itype ) %] [% END %] [% FOREACH loc IN reserveloo.locations %] [% AuthorisedValues.GetByCode('LOC', loc) %]
[% END %]
[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %]
[% ELSE %] No items found. [% END %]

Refine results

[% IF ( HoldsToPullEndDate ) %]

(Inclusive, default is [% HoldsToPullStartDate %] days ago to [% HoldsToPullEndDate %] days ahead. Set other date ranges as needed.)

[% ELSE %]

(Inclusive, default is [% HoldsToPullStartDate %] days ago to today. Set other date ranges as needed.)

[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]