[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Confirm recalls › Recalls › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]

Existing recalls

[% IF Koha.Preference('UseRecalls') %] [% IF recalls.count %]
Select all [% INCLUDE 'recalls.inc' %]
[% ELSE %]
No recalls have been made.
[% END %] [% ELSE %]
Recalls have not been enabled. Enable the UseRecalls system preference to use recalls.
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/recalls.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]