From bf354d10cc9cb4a93714ae4a9b787ef34ca128f5 Mon Sep 17 00:00:00 2001 From: Chris Weeks Date: Mon, 18 Dec 2017 22:10:05 +0000 Subject: [PATCH] Bug 19510: Add description for edi_manage in acquistion permissions Test Plan: 1/ Login 2/ Select patrons 3/ Search for a patron by name or card number that exists in the system 4/ Click More -> Set permissions 5/ Expand 'acquistions' and notice that 'edi_manage' has no description 6/ Apply patch 7/ Refresh the permissions page or repeat steps 2 to 5. 8/ Notice that 'edi_manage' now has a description of 'Manage EDIFACT transmissions' Signed-off-by: Katrin Fischer Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 42f20997dfc126bfa1e8e64af70274b39693890a) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index 7c6275ab51..a0a1ee6de2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -107,5 +107,6 @@ [%- CASE 'edit_clubs' -%]Create and edit clubs [%- CASE 'edit_templates' -%]Create and edit club templates [%- CASE 'enroll' -%]Enroll patrons in clubs + [%- CASE 'edi_manage' -%]Manage EDIFACT transmissions [%- END -%] [%- END -%] -- 2.39.5