From eecbb218af9a5a4d3a7dd9306c6a220b7a687967 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 14 Apr 2020 01:48:03 +0000 Subject: [PATCH] Bug 14713: Add hint that updatecharges permissions require ability to view patron details A staff usre with only updatecharges permissions or sub permissions but without the ability to view patron details (borrowers permissions and sub permissions) will not be able to access the fines and charges functionalities. This patch adds a textual hint about the dependency to the permissions screen. To test: - Verify behaviour: Add a staff user with - updatecharges permissions - no borrowers permissions - Try to access a patron fines record in the GUI - Try by direct URL: cgi-bin/koha/members/pay.pl?borrowernumber=17 - Add borrowers permissions - everything should be accessible now - Apply patch - View the permissions of a staff user - Verify there is now a note stating this fact --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index 1179537930..f1bc5277a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -26,7 +26,7 @@ ([% name | html %]) [%- CASE 'updatecharges' -%] Manage patrons fines and fees - ([% name | html %]) + ([% name | html %]) Requires permissions to view patron details. [%- CASE 'acquisition' -%] Acquisition management ([% name | html %]) -- 2.11.0