@@ -, +, @@ --- t/Koha/Auth/Permissions.t | 1 + 1 file changed, 1 insertion(+) --- a/t/Koha/Auth/Permissions.t +++ a/t/Koha/Auth/Permissions.t @@ -125,6 +125,7 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_acquisition' => 1, 'CAN_user_borrowers_delete_borrowers' => 1, 'CAN_user_borrowers_edit_borrowers' => 1, + 'CAN_user_borrowers_list_borrowers' => 1, 'CAN_user_borrowers_view_borrower_infos_from_any_libraries' => 1, 'CAN_user_borrowers' => 1, 'CAN_user_cash_management_anonymous_refund' => 1, --