@@ -, +, @@ instance. 'Place hold' link to go to opac-reserve.pl $reservedfor" appear in the `tail`ed opac-error.log pass with "OK" for the commit. --- opac/opac-reserve.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/opac/opac-reserve.pl +++ a/opac/opac-reserve.pl @@ -467,7 +467,7 @@ foreach my $biblioNum (@biblionumbers) { # the item could be reserved for this borrower vi a host record, flag this $reservedfor //= ''; - if ($reservedfor eq $borrowernumber){ + if ($reservedfor eq $borrowernumber){ $itemLoopIter->{already_reserved} = 1; } --