From: Colin Campbell Date: Wed, 22 Jun 2011 17:02:36 +0000 (+0100) Subject: Bug 5549 : Fix typo in renewscript X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=e8daace29fc72921e0bbee0df9437d3e9e97642e Bug 5549 : Fix typo in renewscript --- diff --git a/reserve/renewscript.pl b/reserve/renewscript.pl index 4b80d64288..ad03d88878 100755 --- a/reserve/renewscript.pl +++ b/reserve/renewscript.pl @@ -66,7 +66,7 @@ if ($input->param('return_all')) { my $branch=$input->param('branch'); my $datedue; if ($input->param('newduedate')){ - $datedue = dt_from_string($input->param('newduedate'); + $datedue = dt_from_string($input->param('newduedate')); } # warn "barcodes : @barcodes";