https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21966 Bug ID: 21966 Summary: Fix descriptions of acquisition permissions to be more clear (again) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org This was already done and pushed on bug 3849, but some of it got undone by a later patch (conflict I guess): http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b8a2365a3455... koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc - [%- 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 '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> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.