From 3d47739a2c3d8c378b560ce783af76c32bc7d1b8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 27 Mar 2019 13:05:24 -0400 Subject: [PATCH] Bug 20256: Add new permission to editor Signed-off-by: Bob Bennhoff - CLiC Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index 0e40101085..f318a9de2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -281,6 +281,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) -- 2.20.1 (Apple Git-117)