[% USE raw %] [% USE Asset %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] › [% t("Administration") | html %] › [% t("Koha") | html %] [% END %] [% 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 %] [% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

[% tx("Library transfer limits for {library_name} ({library_code})", { library_name = Branches.GetName( branchcode), library_code = branchcode } ) | html %]

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' %]