@@ -, +, @@ --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -1018,7 +1018,7 @@ Returns the article requests associated with this patron that are completed =cut sub article_requests_finished { - my ( $self, $borrower ) = @_; + my ( $self ) = @_; return $self->article_requests->filter_by_finished; } --