From ad1a094206b9ecc0ac0d78dd58e2646e3aa072f0 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Wed, 22 Sep 2021 16:01:35 -0300
Subject: [PATCH] Bug 29083: (QA follow-up) Remove unused param

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 Koha/Patron.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Koha/Patron.pm b/Koha/Patron.pm
index 37d07375ad..494d912b1c 100644
--- a/Koha/Patron.pm
+++ b/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;
 }
-- 
2.30.2