@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 5 +++++ 1 file changed, 5 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -305,6 +305,11 @@ Edit items ([% name | html %]) + [%- CASE 'edit_any_item' -%] + + Edit any item. If not set the logged in user can only edit items whose home library matches the logged in library. + + ([% name | html %]) [%- CASE 'edit_items_restricted' -%] Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required) --