[% USE raw %] [% USE Koha %] [% USE Branches %] [% USE ItemTypes %] [% USE AuthorisedValues %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% PROCESS 'member-display-address-style.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Transfers") | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %] [% END %] [% BLOCK display_holdpatron_address %] [% PROCESS 'display-address-style' %] [% END %] [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Circulation [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Transfers [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% INCLUDE 'messages.inc' %] [% IF ( found ) %] [% BLOCK transfer_hidden_fields %] [% FOREACH trsfitemloo IN trsfitemloop %] [% END %] [% END %]

Transfers

[% ELSE # /IF found %] [% IF ( reqmessage ) %]
[% IF ( cancelled ) %]

Hold cancelled

[% END %] [% IF ( settransit ) %]

Item is now in transit to [% Branches.GetName(tobranchcd) | html %]

[% END %]
[% END %] [% IF ( errmsgloop ) %]
    [% FOREACH errmsgloo IN errmsgloop %] [% IF ( errmsgloo.errbadcode ) %]
  • No item with barcode: [% errmsgloo.msg | html %]
  • [% END %] [% IF ( errmsgloo.errispermanent ) %]
  • Please return item to home library: [% Branches.GetName( errmsgloo.msg ) | html %]
  • [% END %] [% IF ( errmsgloo.errnotallowed ) %]
  • Transfer is not allowed for:
      [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %]
    1. Item type: [% ItemTypes.GetDescription( errmsgloo.code ) | html %]
    2. [% ELSE %]
    3. Collection: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => errmsgloo.code ) | html %]
    4. [% END %]
    5. Originating library: [% Branches.GetName( errmsgloo.fbr ) | html %]
    6. Destination library: [% Branches.GetName( errmsgloo.tbr ) | html %]
  • [% END %] [% IF ( errmsgloo.errdesteqholding ) %]
  • Item is already at destination library.
  • [% END %] [% IF ( errmsgloo.errwasreturned ) %]
  • Item was on loan to [% errmsgloo.patron.firstname | html %] [% errmsgloo.patron.surname | html %] ([% errmsgloo.patron.cardnumber | html %]) and has been returned.
  • [% END %] [% END # /FOREACH errmsgloo %]
[% END # /errmsgloop %]
[% INCLUDE 'csrf-token.inc' %]

Transfers

Required
[% FOREACH trsfitemloo IN trsfitemloop %] [% END %]
[% IF ( trsfitemloop ) %]
[% FOREACH trsfitemloo IN trsfitemloop %] [% END # /FOREACH trsfitemloo %]
Transferred items
Title Author Barcode Shelving location Call number Item type Collection Origin Destination Actions
[% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio link=1 %] [% trsfitemloo.item.biblio.author | html %] [% trsfitemloo.item.barcode | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => trsfitemloo.item.location ) | html %] [% trsfitemloo.item.itemcallnumber | html %] [% ItemTypes.GetDescription( trsfitemloo.item.effective_itemtype ) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => trsfitemloo.item.ccode ) | html %] [% Branches.GetName( trsfitemloo.frombrcd ) | html %] [% Branches.GetName( trsfitemloo.tobrcd ) | html %]
[% END # /IF trsfitemloop%] [% END # /IF found %]
[% IF Koha.Preference('CircSidebar') %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'select2.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]