[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE TablesSettings %] [% USE AuthorisedValues %] [%- USE Branches -%] [%- USE ItemTypes -%] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Holds to pull [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'letter_enqueued' %] The notice has been correctly enqueued. [% CASE 'no_email_address' %] The patron does not have an email address defined. [% CASE 'no_template_notice' %] There is no notice template with a code 'CANCEL_HOLD_ON_LOST' defined in your system. [% CASE 'hold_cancelled' %] The hold has been correctly cancelled. [% CASE 'hold_placed_at_biblio_level' %] The hold has been placed on biblio level. It is not possible to determine the item to mark as lost. [% CASE %] [% m.code | html %] [% END %]
[% END %]

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 barcodes Available call numbers Available copy numbers Available enumeration Available item types Available locations Earliest hold date Action

[% reserveloo.pullcount | html %]

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

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

[% IF ( reserveloo.author ) %]

by [% reserveloo.author | html %]

[% END %] [% IF ( reserveloo.editionstatement ) %]

[% reserveloo.editionstatement | html %]

[% END %] [% IF ( reserveloo.publicationyear ) %]

[% reserveloo.publicationyear | html %]

[% END %]
" " " " " [% IF ( reserveloo.holdingbranches ) %]
    [% FOREACH holdingbranch IN reserveloo.holdingbranches %]
  • [% Branches.GetName ( holdingbranch ) | html %]
  • [% END %]
[% END %]
[% IF ( reserveloo.barcode ) %] [% IF ( reserveloo.itemnumber ) %]Only [% reserveloo.barcode.first | html %][% ELSE %][% reserveloo.barcode.first | html %] or any available.[% END %] [% END %] [% IF ( reserveloo.itemcallnumber ) %]
    [% FOREACH itemcallnumber IN reserveloo.itemcallnumber %]
  • [% itemcallnumber | html %]
  • [% END %]
[% END %]
[% IF ( reserveloo.copyno ) %]
    [% FOREACH copyno IN reserveloo.copyno %]
  • [% copyno | html %]
  • [% END %]
[% END %]
[% IF ( reserveloo.enumchron ) %]
    [% FOREACH enumchron IN reserveloo.enumchron %]
  • [% enumchron | html %]
  • [% END %]
[% END %]
[% FOREACH itemType IN reserveloo.itemTypes %] [% ItemTypes.GetDescription( itemType ) | html %] [% END %] [% FOREACH loc IN reserveloo.locations %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => loc) | html %] [% END %] [% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) | html %]
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] [% IF hold_cancellation %]
[% END %] [% IF reserveloo.holdingbranch != reserveloo.homebranch %] [% ELSE %] [% END %]
[% IF Koha.Preference('CanMarkHoldsToPullAsLost') != 'do_not_allow' %] [% IF reserveloo.itemnumber %]
[% IF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow' %] [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %] [% END %]
[% ELSE %] Biblio level hold. [% END %] [% END %]
[% ELSE %] No items found. [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]