taking out some warn statements....
This commit is contained in:
parent
6eae239bb2
commit
ee915e6d7c
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ EOF
|
|||
|
||||
my $existingreserves = "";
|
||||
foreach my $res (sort {$a->{'found'} cmp $b->{'found'}} @$reserves){
|
||||
#my $bor=$reserves->[$i]{'firstname'}."%20".$reserves->[$i]{'surname'};
|
||||
#$bor=~ s/ /%20/g;
|
||||
my $prioropt = priorityoptions($count, $res->{'priority'});
|
||||
my $bropt = branchoptions($res->{'branchcode'});
|
||||
warn $res->{'branchcode'};
|
||||
|
|
Loading…
Reference in a new issue