From ff19fd48060aee94eb98ae5e0ae883c86f81475a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 27 Mar 2020 16:46:30 +0100 Subject: [PATCH] Bug 18177: (follow-up) remove aqbooksellers.currency There was an occurrence in tests Signed-off-by: Martin Renvoize --- 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.39.2