@@ -, +, @@ precise - Look at the permissions of a patron - Verify the staffaccess permission is labelled: Allow staff members to modify permissions and passwords for other staff members - Apply patch - Check description again: Allow staff members to modify permissions, usernames, and passwords for other staff members --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -7,7 +7,7 @@ Check out and check in items ([% name | html %]) [%- CASE 'catalogue' -%] - Staff access, allows viewing of catalogue in staff client. + Staff access, allows viewing of catalogue in staff client ([% name | html %]) Required for staff login. [%- CASE 'parameters' -%] Manage Koha system settings (Administration panel) @@ -43,7 +43,7 @@ Allow access to the reports module ([% name | html %]) [%- CASE 'staffaccess' -%] - Allow staff members to modify permissions and passwords for other staff members + Allow staff members to modify permissions, usernames, and passwords for other staff members ([% name | html %]) [%- CASE 'coursereserves' -%] Course reserves --