From ea6239a434ccbd4f9573df4c71c03ce323aa4a8e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 6 Dec 2018 15:17:37 +0100 Subject: [PATCH] Bug 21966: Fix descriptions of acquisition permissions to be more clear (again) 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 Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 940c5c0add3065d35f776a3a19ba87d936e84a0f) Signed-off-by: Martin Renvoize (cherry picked from commit bda0f717cda8d57373b1619c17234ea9230dd416) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index 7bcfaf5228..893aa7a1b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -46,10 +46,11 @@ [%- CASE 'fast_cataloging' -%]Fast cataloging [%- CASE 'remaining_permissions' -%]Remaining permissions for managing fines and fees [%- CASE 'writeoff' -%]Write off fines and fees - [%- CASE 'budget_add_del' -%]Add and delete budgets (but can't modify budgets) - [%- CASE 'budget_manage' -%]Manage budgets - [%- CASE 'budget_manage_all' -%]Manage all budgets - [%- CASE 'budget_modify' -%]Modify budget (can't create lines, but can modify existing ones) + [%- CASE 'suggestions_manage' -%]Manage purchase suggestions + [%- CASE 'budget_add_del' -%]Add and delete funds (but can't modify funds) + [%- CASE 'budget_manage' -%]Manage funds + [%- CASE 'budget_manage_all' -%]Manage all funds + [%- CASE 'budget_modify' -%]Modify funds (can't create lines, but can modify existing ones) [%- CASE 'contracts_manage' -%]Manage contracts [%- CASE 'group_manage' -%]Manage orders & basketgroups [%- CASE 'order_manage' -%]Manage orders & basket -- 2.39.5