Bugzilla – Attachment 158210 Details for
Bug 32730
Add patron lists tab to patron details and circulation pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32730: Add FIXME in POD to highlight return value
Bug-32730-Add-FIXME-in-POD-to-highlight-return-val.patch (text/plain), 774 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-01 19:15:44 UTC
(
hide
)
Description:
Bug 32730: Add FIXME in POD to highlight return value
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-01 19:15:44 UTC
Size:
774 bytes
patch
obsolete
>From 82c82b1069a492dabe1b842bdc038a08e3301afe Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 1 Nov 2023 16:15:07 -0300 >Subject: [PATCH] Bug 32730: Add FIXME in POD to highlight return value > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Patron.pm | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 5a71b56c036..7571ca82fdd 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -1645,7 +1645,10 @@ sub get_enrollable_clubs { > > =head3 get_lists_with_patron > >-my @lists = $patron->get_lists_with_patron; >+ my @lists = $patron->get_lists_with_patron; >+ >+FIXME: This method returns a DBIC resultset instead of a Koha::Objects-based >+iterator. > > =cut > >-- >2.42.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 32730
:
145668
|
145710
|
145744
|
145745
|
145768
|
145977
|
146039
|
147981
|
147982
|
149477
|
154672
|
155575
|
155589
|
157992
|
158209
| 158210 |
158211