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

(-)a/t/db_dependent/api/v1/holds.t (-2 / +1 lines)
Lines 392-398 subtest 'suspend and resume tests' => sub { Link Here
392
392
393
    my $hold = $builder->build_object(
393
    my $hold = $builder->build_object(
394
        {   class => 'Koha::Holds',
394
        {   class => 'Koha::Holds',
395
            value => { suspend => 0, suspend_until => undef, waitingdate => undef }
395
            value => { suspend => 0, suspend_until => undef, waitingdate => undef, found => undef }
396
        }
396
        }
397
    );
397
    );
398
398
399
- 

Return to bug 24813