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

(-)a/Koha/Holds.pm (-3 / +2 lines)
Lines 37-44 Koha::Holds - Koha Hold object set class Link Here
37
37
38
    my $found_holds = $holds->filter_by_found;
38
    my $found_holds = $holds->filter_by_found;
39
39
40
Returns a filtered resultset without holds that are considered I<found>.
40
Returns a set of holds that are considered I<found>.
41
i.e. 'P', 'T' and 'W'.
41
Having the code 'P', 'T' or 'W'.
42
42
43
=cut
43
=cut
44
44
45
- 

Return to bug 40985