Bugzilla – Attachment 125642 Details for
Bug 29083
Update article requests-related Koha::Patron methods to use relationships
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29083: (QA follow-up) Remove unused param
Bug-29083-QA-follow-up-Remove-unused-param.patch (text/plain), 864 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-10-01 22:28:32 UTC
(
hide
)
Description:
Bug 29083: (QA follow-up) Remove unused param
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-10-01 22:28:32 UTC
Size:
864 bytes
patch
obsolete
>From 9a49aa7db7cccf09d13aee88b05fba82467e5936 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index f113f6c29b..f3b7d22afa 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.33.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29083
:
125160
|
125161
|
125162
|
125186
|
125240
|
125241
|
125242
|
125243
|
125268
|
125269
|
125270
|
125271
|
125640
|
125641
|
125642
|
125643
|
125833
|
125834
|
125835
|
125836
|
125837
|
125838
|
125840
|
125862