View | Details | Raw Unified | Return to bug 35322
Collapse All | Expand All

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 1174-1180 sub CanBookBeIssued { Link Here
1174
        }
1174
        }
1175
    }
1175
    }
1176
1176
1177
    unless ( $ignore_reserves and defined $recall ) {
1177
    unless ( $ignore_reserves || $recall ) {
1178
        # See if the item is on reserve.
1178
        # See if the item is on reserve.
1179
        my ( $restype, $res ) = CheckReserves( $item_object );
1179
        my ( $restype, $res ) = CheckReserves( $item_object );
1180
        if ($restype) {
1180
        if ($restype) {
1181
- 

Return to bug 35322