Bugzilla – Attachment 84863 Details for
Bug 21966
Fix descriptions of acquisition permissions to be more clear (again)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21966: Fix descriptions of acquisition permissions to be more clear (again)
Bug-21966-Fix-descriptions-of-acquisition-permissi.patch (text/plain), 2.13 KB, created by
Martin Renvoize (ashimema)
on 2019-02-08 12:59:19 UTC
(
hide
)
Description:
Bug 21966: Fix descriptions of acquisition permissions to be more clear (again)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-08 12:59:19 UTC
Size:
2.13 KB
patch
obsolete
>From 457989099919fb383389581279f722e5d437c350 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 <pierre-marc.thibault@inLibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 de767b6b53..9d538a34ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -72,10 +72,10 @@ > [%- CASE 'remaining_permissions' -%]<span>Remaining permissions for managing fines and fees</span> > [%- CASE 'writeoff' -%]<span>Write off fines and fees</span> > [%- CASE 'suggestions_manage' -%]<span>Manage purchase suggestions</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 '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 basket groups</span> > [%- CASE 'order_manage' -%]<span>Manage basket and order lines</span> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21966
:
82909
|
83002
| 84863