From 14ef51b63ba4db4ca163b27d711aa646948fc78b 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' --- 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.11.0