[% 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 holds_info %]
[% ELSE %]
No items found.
[% 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 | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% hold_info.pull_count | html %] |
[% hold_info.items_count | html %] | [% hold_info.patrons_count | html %] | [% patron.firstname | html %] [% patron.surname | html %] |
[% INCLUDE 'biblio-title.inc' biblio=biblio link = 1 %] [% IF ( biblio.author ) %]by [% biblio.author | html %] [% END %] [% IF ( biblio.biblioitem.editionstatement ) %][% biblio.biblioitem.editionstatement | html %] [% END %] [% IF ( Koha.Preference('marcflavour') == 'MARC21' ) %] [% IF ( biblio.copyrightdate ) %][% biblio.copyrightdate | html %] [% END %] [% ELSE %] [% IF ( biblio.biblioitem.publicationyear ) %][% biblio.biblioitem.publicationyear | html %] [% END %] [% END %] |
[% ELSE %]
" | " | " | " | " | [% END %]
[% IF ( hold_info.holdingbranches.size ) %]
|
[% IF ( hold_info.barcodes.size ) %] [% SET barcode = hold_info.barcodes.first %] [% IF ( hold_info.itemnumber ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %] [% END %] |
[% IF ( hold_info.callnumbers.size ) %]
|
[% IF ( hold_info.copynumbers.size ) %]
|
[% IF ( hold_info.enumchrons.size ) %]
|
|
|
[% hold.reservedate | $KohaDates %] in [% Branches.GetName ( hold.branchcode ) | html %] | [% IF Koha.Preference('CanMarkHoldsToPullAsLost') != 'do_not_allow' %] [% IF hold.itemnumber %] [% ELSE %] Biblio level hold. [% END %] [% END %] |