From 9b20ff097c5ce1c85fbf745b4dbe4202a9d34ecd Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 5 Sep 2025 19:43:06 +0000 Subject: [PATCH] Bug 31698: Add alter_hold_targets to t/Koha/Auth/Permissions.t --- t/Koha/Auth/Permissions.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t index 4e87d914719..b65c3b90bb4 100755 --- a/t/Koha/Auth/Permissions.t +++ b/t/Koha/Auth/Permissions.t @@ -231,6 +231,7 @@ subtest 'superlibrarian tests' => sub { 'CAN_user_reports' => 1, 'CAN_user_reserveforothers_modify_holds_priority' => 1, 'CAN_user_reserveforothers_place_holds' => 1, + 'CAN_user_reserveforothers_alter_hold_targets' => 1, 'CAN_user_reserveforothers' => 1, 'CAN_user_self_check_self_checkin_module' => 1, 'CAN_user_self_check_self_checkout_module' => 1, -- 2.39.5