X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Flateorders.pl;h=1a64a4cb72193b2ce64606536795ee4f598a5e4c;hb=0070a7f6afb30b6f7ae8bc0eb073a4c39e0f783a;hp=360674c335fddb5466f88acc7ade29e3c1a425e8;hpb=fd2c751a86fad7a388c57fcd51746dbc4592c807;p=koha_fer diff --git a/acqui/lateorders.pl b/acqui/lateorders.pl index 360674c335..1a64a4cb72 100755 --- a/acqui/lateorders.pl +++ b/acqui/lateorders.pl @@ -66,7 +66,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({ }); my $booksellerid = $input->param('booksellerid') || undef; # we don't want "" or 0 -my $delay = $input->param('delay'); +my $delay = $input->param('delay') // 0; # Get the "date from" param if !defined is today my $estimateddeliverydatefrom = $input->param('estimateddeliverydatefrom');