View | Details | Raw Unified | Return to bug 30230
Collapse All | Expand All

(-)a/t/Koha/Auth/Permissions.t (-1 / +1 lines)
Lines 125-130 subtest 'superlibrarian tests' => sub { Link Here
125
        'CAN_user_acquisition'                                      => 1,
125
        'CAN_user_acquisition'                                      => 1,
126
        'CAN_user_borrowers_delete_borrowers'                       => 1,
126
        'CAN_user_borrowers_delete_borrowers'                       => 1,
127
        'CAN_user_borrowers_edit_borrowers'                         => 1,
127
        'CAN_user_borrowers_edit_borrowers'                         => 1,
128
        'CAN_user_borrowers_list_borrowers'                         => 1,
128
        'CAN_user_borrowers_view_borrower_infos_from_any_libraries' => 1,
129
        'CAN_user_borrowers_view_borrower_infos_from_any_libraries' => 1,
129
        'CAN_user_borrowers'                                        => 1,
130
        'CAN_user_borrowers'                                        => 1,
130
        'CAN_user_cash_management_anonymous_refund'                 => 1,
131
        'CAN_user_cash_management_anonymous_refund'                 => 1,
131
- 

Return to bug 30230