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

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

Return to bug 17978