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:
parent
7d8ddfb675
commit
ff19fd4806
1 changed files with 0 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue