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

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

Return to bug 17978