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

(-)a/C4/Reserves.pm (-2 / +1 lines)
Lines 369-375 sub CanItemBeReserved { Link Here
369
369
370
    # we retrieve count
370
    # we retrieve count
371
371
372
    $querycount .= "AND $branchfield = ?";
372
    $querycount .= "AND ( $branchfield = ? OR $branchfield IS NULL )";
373
373
374
    # If using item-level itypes, fall back to the record
374
    # If using item-level itypes, fall back to the record
375
    # level itemtype if the hold has no associated item
375
    # level itemtype if the hold has no associated item
376
- 

Return to bug 17978