@@ -, +, @@ --- t/db_dependent/Koha/Acquisition/Order.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/Koha/Acquisition/Order.t +++ a/t/db_dependent/Koha/Acquisition/Order.t @@ -953,6 +953,7 @@ subtest 'cancel() tests' => sub { biblionumber => $biblio_id, datecancellationprinted => undef, cancellationreason => undef, + suggestionid => $suggestion->suggestionid, } } ); --