Bug 32351: Holds.t - remove wrong column reference

Found by bug 32350.
The test does not need this value at all..

Test plan:
Run test.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit ad3d34bfd1)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Marcel de Rooy 2022-11-25 10:50:01 +00:00 committed by Jacob O'Mara
parent 781b5846c6
commit d035db1dd8

View file

@ -650,7 +650,6 @@ subtest 'Test Koha::Hold::item_group' => sub {
my $item_group = $builder->build_object( my $item_group = $builder->build_object(
{ {
class => 'Koha::Biblio::ItemGroups', class => 'Koha::Biblio::ItemGroups',
value => { biblionumber => $item->biblionumber }
} }
); );
my $reserve_id = AddReserve( my $reserve_id = AddReserve(