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

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 1038-1044 Returns the article requests associated with this patron that are completed Link Here
1038
=cut
1038
=cut
1039
1039
1040
sub article_requests_finished {
1040
sub article_requests_finished {
1041
    my ( $self, $borrower ) = @_;
1041
    my ( $self ) = @_;
1042
1042
1043
    return $self->article_requests->filter_by_finished;
1043
    return $self->article_requests->filter_by_finished;
1044
}
1044
}
1045
- 

Return to bug 29083