2061 |
# if we don't have a reserve with the status W, we launch the Checkreserves routine |
2061 |
# if we don't have a reserve with the status W, we launch the Checkreserves routine |
2063 |
($resfound, $resrec, undef) = C4::Reserves::CheckReserves( $item->{'itemnumber'}, undef, $lookahead ) unless ( $item->{'withdrawn'} ); |
2063 |
($resfound, $resrec, undef) = C4::Reserves::CheckReserves( $item->{'itemnumber'}, undef, $lookahead ) unless ( $item->{'withdrawn'} ); |