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

(-)a/t/Koha/Auth/Permissions.t (-1 / +1 lines)
Lines 287-292 subtest 'superlibrarian tests' => sub { Link Here
287
        'CAN_user_tools_view_system_logs'                           => 1,
287
        'CAN_user_tools_view_system_logs'                           => 1,
288
        'CAN_user_tools'                                            => 1,
288
        'CAN_user_tools'                                            => 1,
289
        'CAN_user_updatecharges_discount'                           => 1,
289
        'CAN_user_updatecharges_discount'                           => 1,
290
        'CAN_user_updatecharges_edit_accountline_notes'             => 1,
290
        'CAN_user_updatecharges_manual_credit'                      => 1,
291
        'CAN_user_updatecharges_manual_credit'                      => 1,
291
        'CAN_user_updatecharges_manual_invoice'                     => 1,
292
        'CAN_user_updatecharges_manual_invoice'                     => 1,
292
        'CAN_user_updatecharges_payout'                             => 1,
293
        'CAN_user_updatecharges_payout'                             => 1,
293
- 

Return to bug 37211