From 63436cd61ee3abaac05b5208eca8a1f2e724e7b1 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'. --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 8 ++++---- 1 file changed, 4 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 ff2d8ee3c8..2355912d0c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -71,10 +71,10 @@ [%- CASE 'remaining_permissions' -%]Remaining permissions for managing fines and fees [%- CASE 'writeoff' -%]Write off fines and fees [%- CASE 'suggestions_manage' -%]Manage purchase suggestions - [%- 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 '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 basket groups [%- CASE 'order_manage' -%]Manage basket and order lines -- 2.17.1