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

(-)a/Koha/Items.pm (-2 / +4 lines)
Lines 43-49 Koha::Items - Koha Item object set class Link Here
43
43
44
    my $filtered_items = $items->filter_by_for_hold;
44
    my $filtered_items = $items->filter_by_for_hold;
45
45
46
Return the items of the set that are holdable
46
Return the items of the set that are *potentially* holdable
47
48
Caller has the responsability to call C4::Reserves::CanItemBeReserved before
49
placing a hold on one of those items.
47
50
48
=cut
51
=cut
49
52
50
- 

Return to bug 3142