Bug 19510: Add description for edi_manage in acquistion permissions
authorChris Weeks <chrisweeks@catalyst.net.nz>
Mon, 18 Dec 2017 22:10:05 +0000 (22:10 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Dec 2017 14:13:12 +0000 (11:13 -0300)
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 <katrin.fischer.83@web.de>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc

index 4a1ce81..be239a6 100644 (file)
     [%- CASE 'edit_clubs' -%]<span>Create and edit clubs</span>
     [%- CASE 'edit_templates' -%]<span>Create and edit club templates</span>
     [%- CASE 'enroll' -%]<span>Enroll patrons in clubs</span>
+    [%- CASE 'edi_manage' -%]<span>Manage EDIFACT transmissions</span>
     [%- END -%]
 [%- END -%]