@@ -, +, @@ =?UTF-8?q?with=20ambiguous=20'all'=20on=20Administration=20=E2=80=BA=20Set=20?= =?UTF-8?q?library=20checkin=20and=20transfer=20policy?= - Go to Home > Administration > Set library checkin and transfer policy - Verify that the word 'all' is no longer separated by tags in "For all collection codes: " rsp. "For all item types: " (Switch with syspref 'BranchTransfersLimitsType') --- .../intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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 @@ -70,7 +70,7 @@

Check the boxes for the libraries you accept to checkin items from.

-
For all [% IF ( limitType == 'ccode' ) %]collection codes[% ELSE %]item types[% END %]: Check all | Uncheck all
+
[% IF ( limitType == 'ccode' ) %]For all collection codes: [% ELSE %]For all item types: [% END %]Check all | Uncheck all
--