Bug 32351: Fix Acquisition.t
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
ad3d34bfd1
commit
eecad982ee
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue