From d031f4f64601e63e09600d07a78fcc7a1935b63d Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Fri, 25 Nov 2022 12:35:42 +0100
Subject: [PATCH] Bug 32351: Fix Acquisition.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 t/db_dependent/Acquisition.t | 1 -
 1 file changed, 1 deletion(-)

diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t
index 1a4863943ec..fb2e44b5b54 100755
--- a/t/db_dependent/Acquisition.t
+++ b/t/db_dependent/Acquisition.t
@@ -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,
-- 
2.34.1