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

(-)a/t/db_dependent/Letters/TemplateToolkit.t (-2 / +1 lines)
Lines 88-94 my $hold = Koha::Hold->new( Link Here
88
    }
88
    }
89
)->store();
89
)->store();
90
90
91
my $news         = Koha::NewsItem->new()->store();
91
my $news         = Koha::NewsItem->new({ title => 'a news title', content => 'a news content'})->store();
92
my $serial       = Koha::Serial->new()->store();
92
my $serial       = Koha::Serial->new()->store();
93
my $subscription = Koha::Subscription->new()->store();
93
my $subscription = Koha::Subscription->new()->store();
94
my $suggestion   = Koha::Suggestion->new()->store();
94
my $suggestion   = Koha::Suggestion->new()->store();
95
- 

Return to bug 20144