Bug 21966: Fix descriptions of acquisition permissions to be more clear (again)
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 6 Dec 2018 14:17:37 +0000 (15:17 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 6 Mar 2019 03:41:33 +0000 (03:41 +0000)
This was already done and pushed on bug 3849, but some of it got
undone accidentally by a later patch.

To test:
- Check the acquisition permissions
- The *budget* permissions should clearly describe their
  use for 'funds'.

Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 940c5c0add3065d35f776a3a19ba87d936e84a0f)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit bda0f717cda8d57373b1619c17234ea9230dd416)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc

index 7bcfaf5..893aa7a 100644 (file)
     [%- CASE 'fast_cataloging' -%]<span>Fast cataloging</span>
     [%- CASE 'remaining_permissions' -%]<span>Remaining permissions for managing fines and fees</span>
     [%- CASE 'writeoff' -%]<span>Write off fines and fees</span>
-    [%- CASE 'budget_add_del' -%]<span>Add and delete budgets (but can't modify budgets)</span>
-    [%- CASE 'budget_manage' -%]<span>Manage budgets</span>
-    [%- CASE 'budget_manage_all' -%]<span>Manage all budgets</span>
-    [%- CASE 'budget_modify' -%]<span>Modify budget (can't create lines, but can modify existing ones)</span>
+    [%- CASE 'suggestions_manage' -%]<span>Manage purchase suggestions</span>
+    [%- CASE 'budget_add_del' -%]<span>Add and delete funds (but can't modify funds)</span>
+    [%- CASE 'budget_manage' -%]<span>Manage funds</span>
+    [%- CASE 'budget_manage_all' -%]<span>Manage all funds</span>
+    [%- CASE 'budget_modify' -%]<span>Modify funds (can't create lines, but can modify existing ones)</span>
     [%- CASE 'contracts_manage' -%]<span>Manage contracts</span>
     [%- CASE 'group_manage' -%]<span>Manage orders & basketgroups</span>
     [%- CASE 'order_manage' -%]<span>Manage orders & basket</span>