https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25768 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Kelly, when you create a patron only with "catalogue" and "remaining permissions" the administration page will appear empty - actually all bits there are covered by separate permissions. I believe maybe when testing your staff user also had acq permissions set. At the moment there are only 3 checks for the permission: admin/credit_types.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, admin/debit_types.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, admin/overdrive.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, I believe the first 2 are false and should be changed to parameters_manage_accounts as this is already checked on the admin home page. I'll file for them separately. So that only leaves Overdrive that is really controlled by the permission. But I am not sure how to activate that - can you help there? We seem to have an admin page just for it, but it is not linked from anywhere: /cgi-bin/koha/admin/overdrive.pl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.