fixed bug caused by last commit
authorfinlayt <finlayt>
Wed, 21 Aug 2002 04:35:13 +0000 (04:35 +0000)
committerfinlayt <finlayt>
Wed, 21 Aug 2002 04:35:13 +0000 (04:35 +0000)
circ/returns.pl

index 4e67183..ef8641a 100755 (executable)
@@ -91,6 +91,7 @@ if ($query->param('resbarcode')) {
     my $borrnum = $query->param('borrowernumber');
     my $resbarcode = $query->param('resbarcode');
 # set to waiting....
+    my $iteminfo = getiteminformation(\%env, $item);
     my $tobranchcd = ReserveWaiting($item, $borrnum);
     my $branchname = $branches->{$tobranchcd}->{'branchname'};
     my ($borr) = getpatroninformation(\%env, $borrnum, 0);