From e6f56c174df7b05d9d337dd295c84fa10fa72536 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 --- 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 eabe4d51ee..3fd09e4660 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -315,6 +315,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.24.1 (Apple Git-126)