# the item could be reserved for this borrower vi a host record, flag this
$reservedfor //= '';
if ($reservedfor eq $borrowernumber){
$itemLoopIter->{already_reserved} = 1;
}
-