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

(-)a/t/Koha/Auth/Permissions.t (-1 / +1 lines)
Lines 231-236 subtest 'superlibrarian tests' => sub { Link Here
231
        'CAN_user_reports'                                          => 1,
231
        'CAN_user_reports'                                          => 1,
232
        'CAN_user_reserveforothers_modify_holds_priority'           => 1,
232
        'CAN_user_reserveforothers_modify_holds_priority'           => 1,
233
        'CAN_user_reserveforothers_place_holds'                     => 1,
233
        'CAN_user_reserveforothers_place_holds'                     => 1,
234
        'CAN_user_reserveforothers_alter_hold_targets'              => 1,
234
        'CAN_user_reserveforothers'                                 => 1,
235
        'CAN_user_reserveforothers'                                 => 1,
235
        'CAN_user_self_check_self_checkin_module'                   => 1,
236
        'CAN_user_self_check_self_checkin_module'                   => 1,
236
        'CAN_user_self_check_self_checkout_module'                  => 1,
237
        'CAN_user_self_check_self_checkout_module'                  => 1,
237
- 

Return to bug 31698