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

(-)a/serials/showpredictionpattern.pl (-2 / +1 lines)
Lines 92-98 my %pattern = ( Link Here
92
92
93
$firstacquidate = $firstacquidate ? dt_from_string($firstacquidate)->ymd : dt_from_string->ymd;
93
$firstacquidate = $firstacquidate ? dt_from_string($firstacquidate)->ymd : dt_from_string->ymd;
94
94
95
$enddate = dt_from_string($enddate)->ymd;
95
$enddate = dt_from_string($enddate)->ymd if $enddate;
96
96
97
$nextacquidate = $nextacquidate ? dt_from_string($nextacquidate)->ymd : $firstacquidate;
97
$nextacquidate = $nextacquidate ? dt_from_string($nextacquidate)->ymd : $firstacquidate;
98
my $date = $nextacquidate;
98
my $date = $nextacquidate;
99
- 

Return to bug 33901