[% USE raw %] [% USE Koha %] [% USE KohaDates %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Recalls awaiting pickup › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Recalls awaiting pickup

[% IF Koha.Preference('UseRecalls') %]
[% IF ( recalls ) %] [% FOREACH recall IN recalls %][% END %]
Available since Title Requested by Pickup location  
[% recall.waiting_date | $KohaDates %] [% recall.biblio.title | html %] [% FOREACH s IN recall.biblio.subtitle %] [% s | html %] [% END %] [% recall.biblio.author | html %]
Barcode: [% recall.item.barcode | html %]
[% recall.patron.firstname | html %] [% recall.patron.surname | html %] [% IF ( recall.patron.phone ) %]
[% recall.patron.phone | html %][% END %] [% IF ( recall.patron.email ) %]
[% recall.patron.email | html %][% END %]
[% recall.library.branchname | html %]
[% ELSE %]
There are no recalls to show.
[% END %]
[% IF ( over.size ) %] [% IF ( Koha.Preference('RecallsMaxPickUpDelay') ) %]

Recalls listed here have been awaiting pickup for more than [% Koha.Preference('RecallsMaxPickUpDelay') | html %] days.

[% END %] [% FOREACH recall IN over %][% END %]
Available since Title Requested by Pickup location  
[% recall.waiting_date | $KohaDates %] [% recall.biblio.title | html %] [% FOREACH s IN recall.biblio.subtitles %] [% s | html %] [% END %] [% recall.item.enumchron | html %] [% recall.biblio.author | html %]
Barcode: [% recall.item.barcode | html %]
[% recall.patron.firstname | html %] [% recall.patron.surname | html %] [% IF ( recall.patron.phone ) %]
[% recall.patron.phone | html %][% END %] [% IF ( recall.patron.email ) %]
[% recall.patron.email | html %][% END %]
[% recall.library.branchname | html %]
[% ELSE %]
There are no recalls to show.
[% END %]
[% ELSE %]
Recalls have not been enabled. Enable the UseRecalls system preference to use recalls.
[% END %]
[% IF Koha.Preference('CircSidebar') %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]