From 769f46f7686f43cd9f3eb0e10b901cac58787451 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 13 Dec 2019 17:50:59 +0100 Subject: [PATCH] Bug 24241: (bug 23049 follow-up) Add description for manage_accounts Test plan: Edit permissions for a patron Unfold "Manage Koha system settings (Administration panel)" => Without this patch a checkbox appears without description => With this patch you see the description for manage_accounts Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize --- 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 606306caed..1c0b981c98 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -104,6 +104,11 @@ Mark checkout notes as seen/not seen ([% name | html %]) + [%- CASE 'manage_accounts' -%] + + Manage account debit and credit types + + ([% name | html %]) [%- CASE 'manage_circ_rules' -%] Manage circulation rules -- 2.20.1