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

(-)a/t/db_dependent/Acquisition.t (-2 lines)
Lines 716-722 subtest 'ModReceiveOrder replacementprice tests' => sub { Link Here
716
    my $order_vendor = $builder->build({ source => 'Aqbookseller',value => { listincgst => 0, listprice => $order_currency->{currency}, invoiceprice => $order_currency->{currency} } });
716
    my $order_vendor = $builder->build({ source => 'Aqbookseller',value => { listincgst => 0, listprice => $order_currency->{currency}, invoiceprice => $order_currency->{currency} } });
717
    my $orderinfo ={
717
    my $orderinfo ={
718
        basketno => $order_basket->{basketno},
718
        basketno => $order_basket->{basketno},
719
        booksellerid => $order_vendor->{id},
720
        rrp => 19.99,
719
        rrp => 19.99,
721
        replacementprice => undef,
720
        replacementprice => undef,
722
        quantity => 1,
721
        quantity => 1,
723
- 

Return to bug 32351