From 21ec13271f35954cb5ca9258f4a572a85760321b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 21 May 2020 12:35:34 +0200 Subject: [PATCH] Bug 25513: DO NOT PUSH - try recreating the failure This is failing in stretch --- t/db_dependent/api/v1/acquisitions_orders.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/api/v1/acquisitions_orders.t b/t/db_dependent/api/v1/acquisitions_orders.t index c9c6194798..efb12154cb 100644 --- a/t/db_dependent/api/v1/acquisitions_orders.t +++ b/t/db_dependent/api/v1/acquisitions_orders.t @@ -115,7 +115,11 @@ subtest 'get() tests' => sub { my $order = $builder->build_object( { class => 'Koha::Acquisition::Orders', - value => { orderstatus => 'new' } + value => { + orderstatus => 'new', + ecost_tax_excluded => 9963405519357589504, + unitprice => 10177559957753600000 + } } ); my $patron = $builder->build_object({ -- 2.20.1