Bugzilla – Attachment 125270 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
Nick Clemens (kidclamp)
on 2021-09-24 15:25:47 UTC
(
hide
)
Description:
Bug 29083: (QA follow-up) Remove unused param
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-09-24 15:25:47 UTC
Size:
864 bytes
patch
obsolete
>From 8f98a0dda5e7607d9731888fe194d7b7465ce86d 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 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.20.1
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