From e8daace29fc72921e0bbee0df9437d3e9e97642e Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Wed, 22 Jun 2011 18:02:36 +0100 Subject: [PATCH] Bug 5549 : Fix typo in renewscript --- reserve/renewscript.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1