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

Recalls to pull

The following recalls could be fulfilled by available items. [% IF Koha.Preference('UseRecalls') %]
[% IF recalls %] [% FOREACH recall IN recalls %] [% END %]
Pull this many items Items available Patrons with recalls First patron Title Libraries Available call numbers Available copy numbers Available enumeration Available item types Available locations Earliest recall date  
[% recall.pull_count | html %] [% recall.items_count | html %] [% recall.patrons_count | html %] [% recall.first_recall.patron.firstname | html %] [% recall.first_recall.patron.surname | html %] [% INCLUDE 'biblio-title.inc' biblio=recall.first_recall.biblio link=1 %] [% IF recall.first_recall.biblio.author %] by [% recall.first_recall.biblio.author | html %][% END %]
    [% FOREACH library IN recall.libraries %]
  • [% Branches.GetName( library ) | html %]
  • [% END %]
    [% FOREACH callnumber IN recall.callnumbers %]
  • [% callnumber | html %]
  • [% END %]
    [% FOREACH copyno IN recall.copynumbers %]
  • [% copyno | html %]
  • [% END %]
    [% FOREACH enumchron IN recall.enumchrons %]
  • [% enumchron | html %]
  • [% END %]
    [% FOREACH itemtype IN recall.itemtypes %]
  • [% ItemTypes.GetDescription( itemtype ) | html %]
  • [% END %]
    [% FOREACH loc IN recall.locations %]
  • [% AuthorisedValues.GetByCode('LOC', loc) | html %]
  • [% END %]
[% recall.first_recall.created_date | $KohaDates %] in [% recall.first_recall.library.branchname | html %]
[% IF recall.first_recall.in_transit %] [% ELSE %] [% END %]
[% ELSE %]
There are no recalls to pull.
[% 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' %]