ffzg/recall_notices.pl: added --interval and --dedup
[koha.git] / serials / showpredictionpattern.pl
index ec55f0e..4a3f7b2 100755 (executable)
@@ -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');