@@ -, +, @@ --- .../en/modules/admin/branch_transfer_limits.tt | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt @@ -129,7 +129,13 @@ [% FOREACH to_branch_loo IN codes_loo.to_branch_loop %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] - + + [% IF ( to_branch_loo.isChecked ) %] + + [% ELSE %] + + [% END %] + [% END %] --