View | Details | Raw Unified | Return to bug 18177
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Acquisition/Baskets.t (-2 lines)
Lines 36-42 my $num_of_baskets = Koha::Acquisition::Baskets->search->count; Link Here
36
36
37
my $bookseller = Koha::Acquisition::Bookseller->new({
37
my $bookseller = Koha::Acquisition::Bookseller->new({
38
    name => 'Bookseller1',
38
    name => 'Bookseller1',
39
    currency => 'USD',
40
})->store;
39
})->store;
41
40
42
my $basket = Koha::Acquisition::Basket->new({
41
my $basket = Koha::Acquisition::Basket->new({
43
- 

Return to bug 18177