https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26721 Bug ID: 26721 Summary: Debit and credit type pages should check for the specific permission Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org At the moment, the pages check for: admin/credit_types.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, admin/debit_types.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, But the templates like admin home page check for the correct specific permission: [% IF ( CAN_user_parameters_manage_accounts ) %] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.