@@ -, +, @@ --- Koha/EDI.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/Koha/EDI.pm +++ a/Koha/EDI.pm @@ -591,7 +591,9 @@ sub quote_item { quantityreceived => 0, order_vendornote => q{}, order_internalnote => $order_note, - rrp => $item->price, + replacementprice => $item->price, + rrp_tax_included => $item->price, + rrp_tax_excluded => $item->price, ecost => _discounted_price( $quote->vendor->discount, $item->price ), uncertainprice => 0, sort1 => q{}, --