diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 29abc95ac7..109809d4b9 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -1185,7 +1185,7 @@ sub CanBookBeIssued { } } - unless ( $ignore_reserves and defined $recall ) { + unless ( $ignore_reserves || $recall ) { # See if the item is on reserve. my ( $restype, $res ) = CheckReserves( $item_object ); if ($restype) {