From a3429cf2e2630b6ff9290bdf84072fb7b83b3ad0 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 25 Nov 2022 10:50:01 +0000 Subject: [PATCH] Bug 32351: Holds.t - remove wrong column reference Content-Type: text/plain; charset=utf-8 Found by bug 32350. The test does not need this value at all.. Test plan: Run test. Signed-off-by: Marcel de Rooy --- t/db_dependent/Koha/Holds.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Koha/Holds.t b/t/db_dependent/Koha/Holds.t index 5a86d76261..b292672a1c 100755 --- a/t/db_dependent/Koha/Holds.t +++ b/t/db_dependent/Koha/Holds.t @@ -650,7 +650,6 @@ subtest 'Test Koha::Hold::item_group' => sub { my $item_group = $builder->build_object( { class => 'Koha::Biblio::ItemGroups', - value => { biblionumber => $item->biblionumber } } ); my $reserve_id = AddReserve( -- 2.30.2