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

(-)a/serials/showpredictionpattern.pl (-2 / +1 lines)
Lines 107-113 my %subscription = ( Link Here
107
    innerloop3      => scalar $input->param('innerloop3') // '',
107
    innerloop3      => scalar $input->param('innerloop3') // '',
108
    irregularity    => '',
108
    irregularity    => '',
109
    countissuesperunit  => 1,
109
    countissuesperunit  => 1,
110
    firstacquidate  => $firstacquidate->ymd,
110
    firstacquidate  => $firstacquidate,
111
);
111
);
112
112
113
my $issuenumber;
113
my $issuenumber;
114
- 

Return to bug 30718