Bug 18177: (follow-up) remove aqbooksellers.currency

There was an occurrence in tests

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2020-03-27 16:46:30 +01:00 committed by Martin Renvoize
parent 7d8ddfb675
commit ff19fd4806
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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({