fixed bug caused by last commit
This commit is contained in:
parent
e8c683ca53
commit
bb97d5133a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue