Bug 5549 : Fix typo in renewscript
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 22 Jun 2011 17:02:36 +0000 (18:02 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 20 Mar 2012 00:22:56 +0000 (13:22 +1300)
reserve/renewscript.pl

index 4b80d64..ad03d88 100755 (executable)
@@ -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";