fixed bug caused by last commit

This commit is contained in:
finlayt 2002-08-21 04:35:13 +00:00
parent e8c683ca53
commit bb97d5133a

View file

@ -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);