From 19ac862fc6a0397c8a221d125c2316580b5ab7cb Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Fri, 27 Mar 2020 16:46:30 +0100
Subject: [PATCH] Bug 18177: (follow-up) remove aqbooksellers.currency

There was an occurrence in tests
---
 t/db_dependent/Koha/Acquisition/Baskets.t | 1 -
 1 file changed, 1 deletion(-)

diff --git a/t/db_dependent/Koha/Acquisition/Baskets.t b/t/db_dependent/Koha/Acquisition/Baskets.t
index 45076f5c49..45a9071def 100644
--- a/t/db_dependent/Koha/Acquisition/Baskets.t
+++ b/t/db_dependent/Koha/Acquisition/Baskets.t
@@ -36,7 +36,6 @@ my $num_of_baskets = Koha::Acquisition::Baskets->search->count;
 
 my $bookseller = Koha::Acquisition::Bookseller->new({
     name => 'Bookseller1',
-    currency => 'USD',
 })->store;
 
 my $basket = Koha::Acquisition::Basket->new({
-- 
2.20.1