[% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% USE ItemTypes %] [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Recall › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'masthead.inc' %]

Confirm recalls for: [% INCLUDE 'patron-title.inc' patron = logged_in_user %] ([% logged_in_user.cardnumber | html %])

[% IF nosyspref %] Recalls have not been enabled. Please contact your library. [% ELSIF error == 'unavailable' %] There are no items available for recall. Return to [% biblio.title | html %] [% ELSE %] [% IF error %]
[% IF error == 'duplicate' %] You have reached the maximum number of recalls on this record. [% ELSIF error == 'unavailable' %] There are no items available for recall. [% ELSIF error == 'cannot' %] You cannot place a recall on this item. [% ELSE %] An error has occurred while attempting to place a recall. Please contact your library. [% END %]
[% END %] [% IF success %]

Your recall has been placed. The patron the item is currently checked out to has been asked to return the item within [% due_interval | html %] days, by [% due_date | $KohaDates %].

You will be notified when your item is waiting to be picked up at the library.

[% ELSIF not error %]

All borrowable material is subject to recall if checked out and needed by someone else. We will ask the person who has checked out this item to return it so you may use it.

[% IF logged_in_user %]
Place a recall on [% biblio.title | html %] ([% biblio.author | html %])?
    [% UNLESS ( single_branch_mode ) %]
  • [% END %]
  • [% INCLUDE 'date-format.inc' %]
  • [% UNLESS ( single_branch_mode ) %] [% END %] [% FOREACH item IN items %] [% UNLESS ( single_branch_mode ) %] [% END %] [% END %]
    Select a specific item:
      Item type BarcodeHome library Last locationCollection Call number Copy number Vol info Information
    [% IF item.can_be_recalled( patron => logged_in_user ) %] [% ELSE %] Cannot be recalled [% END %] [% ItemTypes.GetDescription( item.effective_itemtype ) | html %] [% item.barcode | html %][% Branches.GetName( item.homebranch ) | html %] [% Branches.GetName( item.holdingbranch) | html %][% AuthorisedValues.GetByCode( 'CCODE', item.ccode, 1 ) | html %] [% item.itemcallnumber | html %] [% item.copynumber | html %] [% item.enumchron | html %] [% IF ( item.checkout ) %] Due [% item.checkout.date_due | $KohaDates %] [% ELSIF ( item.get_transfer ) %] In transit from [% Branches.GetName( item.get_transfer.frombranch ) | html %] to [% Branches.GetName( item.get_transfer.tobranch ) | html %] since [% item.get_transfer.datesent | $KohaDates %] [% END %] [% IF ( item.itemlost || item.withdrawn ) %] Unavailable (lost or missing) [% END %] [% IF ( item.notforloan ) %] Not for loan ([% item.notforloan | html %]) [% END %] [% hold = item.current_holds.next %] [% IF ( item.recall ) %] [% IF ( item.recall.waitingdate ) %] Waiting for patron at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.waitingdate | $KohaDates %]. [% ELSE %] Recalled by patron expected at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.recalldate | $KohaDates %]. [% END %] [% ELSIF ( hold.waitingdate ) %] Waiting for patron at [% Branches.GetName( hold.branchcode ) | html %] since [% hold.waitingdate | $KohaDates %]. [% ELSIF ( hold.borrowernumber == logged_in_user.borrowernumber ) %] You have already placed a reserve on this item. [% END # / IF ( item.recall or hold ) %]
Cancel
[% ELSE %]
You must be logged in to place a recall.
[% END %] [% END %] [% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'calendar.inc' %] [% END %]