Bug 32351: Fix Acquisition.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-11-25 12:35:42 +01:00 committed by Tomas Cohen Arazi
parent ad3d34bfd1
commit eecad982ee
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -716,7 +716,6 @@ subtest 'ModReceiveOrder replacementprice tests' => sub {
my $order_vendor = $builder->build({ source => 'Aqbookseller',value => { listincgst => 0, listprice => $order_currency->{currency}, invoiceprice => $order_currency->{currency} } });
my $orderinfo ={
basketno => $order_basket->{basketno},
booksellerid => $order_vendor->{id},
rrp => 19.99,
replacementprice => undef,
quantity => 1,