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

(-)a/Koha/Holds.pm (-1 / +5 lines)
Lines 48-53 sub waiting { Link Here
48
    return $self->search( { found => 'W' } );
48
    return $self->search( { found => 'W' } );
49
}
49
}
50
50
51
=head3 processing
52
53
returns a set of holds that are processing from an existing set
54
55
=cut
51
56
52
sub processing {
57
sub processing {
53
    my ( $self ) = @_;
58
    my ( $self ) = @_;
54
- 

Return to bug 31907