From 8ea62e96024dd1d6e014948f9f71bd4b159251e4 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: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=19519 --- 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 4a1ce81440..be239a64d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -108,5 +108,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.11.0