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

(-)a/C4/Reserves.pm (-2 / +1 lines)
Lines 398-404 sub CanItemBeReserved { Link Here
398
398
399
    # we retrieve count
399
    # we retrieve count
400
400
401
    $querycount .= "AND $branchfield = ?";
401
    $querycount .= "AND ( $branchfield = ? OR $branchfield IS NULL )";
402
402
403
    # If using item-level itypes, fall back to the record
403
    # If using item-level itypes, fall back to the record
404
    # level itemtype if the hold has no associated item
404
    # level itemtype if the hold has no associated item
405
- 

Return to bug 17978