[% USE raw %] [% USE To %] [% USE Asset %] [% USE Branches %] [% USE Koha %] [% USE ItemTypes %] [% USE AuthorisedValues %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Library checkin and transfer policy [% INCLUDE 'doc-head-close.inc' %] [% SET BranchTransferLimitsType = Koha.Preference('BranchTransferLimitsType') %] [% SET branches = Branches.all %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]

Checkin and transfer policy

[% IF BranchTransferLimitsType == "itemtype" %] [% ELSE #BranchTransferLimitsType == "ccode" %] [% END %] Loading...

Check the boxes for the libraries you allow your items to be transferred to.

Check all | Uncheck all | Switch to basic editor
[% FOREACH to IN branches %] [% END %] [% FOREACH b IN branches %] [% END %] [% FOREACH from IN branches %] [% FOREACH to IN branches %] [% END %] [% END %]
   

Check

Uncheck

  From / To[% b.branchname | html %]

Check

Uncheck

[% from.branchname | html %] [% IF to.branchcode == from.branchcode %]   [% ELSE %] [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]