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

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 1018-1024 Returns the article requests associated with this patron that are completed Link Here
1018
=cut
1018
=cut
1019
1019
1020
sub article_requests_finished {
1020
sub article_requests_finished {
1021
    my ( $self, $borrower ) = @_;
1021
    my ( $self ) = @_;
1022
1022
1023
    return $self->article_requests->filter_by_finished;
1023
    return $self->article_requests->filter_by_finished;
1024
}
1024
}
1025
- 

Return to bug 29083