[% USE raw %] [% USE Asset %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Library checkin and transfer policy › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Administration [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Set library checkin and transfer policy [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

Library [% branchcode | html %] - [% Branches.GetName( branchcode ) | html %] Checkin and transfer policy

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

[% IF ( limitType == 'ccode' ) %]For all collection codes: [% ELSE %]For all item types: [% END %] Select all | Clear all | Switch to advanced editor
[% WRAPPER tabs id = "transferlimit_tabs" %] [% WRAPPER tabs_nav %] [% FOREACH codes_loo IN codes_loop %] [% WRAPPER tab_item tabname=codes_loo.code %] [% codes_loo.code | html %] [% END %] [% END %] [% END %]
[% WRAPPER tab_panels %] [% FOREACH codes_loo IN codes_loop %] [% WRAPPER tab_panel tabname=codes_loo.code %]

Policy for [% codes_loo.limit_phrase | html %]: [% codes_loo.code | html %]

Select all | Clear all

[% FOREACH to_branch_loo IN codes_loo.to_branch_loop %] [% END %]
Library Allow transfer?
[% IF ( to_branch_loo.isChecked ) %] [% ELSE %] [% END %]
[% END #/WRAPPER tab_panel %] [% END # /FOREACH codes_loo %] [% END # /WRAPPER tab_panels %]
Cancel
[% END # /WRAPPER tabs %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]