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

(-)a/t/db_dependent/Letters.t (-1 / +1 lines)
Lines 401-406 use C4::Serials; Link Here
401
401
402
my $notes = 'notes';
402
my $notes = 'notes';
403
my $internalnotes = 'intnotes';
403
my $internalnotes = 'intnotes';
404
$dbh->do(q|UPDATE subscription_numberpatterns SET numberingmethod='No. {X}' WHERE id=1|);
404
my $subscriptionid = NewSubscription(
405
my $subscriptionid = NewSubscription(
405
     undef,      "",     undef, undef, undef, $biblionumber,
406
     undef,      "",     undef, undef, undef, $biblionumber,
406
    '2013-01-01', 1, undef, undef,  undef,
407
    '2013-01-01', 1, undef, undef,  undef,
407
- 

Return to bug 15028