@@ -, +, @@ end date --- serials/showpredictionpattern.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/serials/showpredictionpattern.pl +++ a/serials/showpredictionpattern.pl @@ -51,7 +51,7 @@ my $subscriptionid = $input->param('subscriptionid'); my $frequencyid = $input->param('frequency'); my $firstacquidate = $input->param('firstacquidate'); my $nextacquidate = $input->param('nextacquidate'); -my $enddate = $input->param('enddate'); +my $enddate = $input->param('to'); my $subtype = $input->param('subtype'); my $sublength = $input->param('sublength'); my $custompattern = $input->param('custompattern'); --