Bugzilla – Attachment 72761 Details for
Bug 19935
Move C4::Members::GetPendingIssues to the Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19935: Replace GetPendingIssues - SIP
Bug-19935-Replace-GetPendingIssues---SIP.patch (text/plain), 1.06 KB, created by
Benjamin Rokseth
on 2018-03-13 10:03:19 UTC
(
hide
)
Description:
Bug 19935: Replace GetPendingIssues - SIP
Filename:
MIME Type:
Creator:
Benjamin Rokseth
Created:
2018-03-13 10:03:19 UTC
Size:
1.06 KB
patch
obsolete
>From 7ee8a37fabe0e45149dc1e04068da6acae91470e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 8 Jan 2018 12:23:42 -0300 >Subject: [PATCH] Bug 19935: Replace GetPendingIssues - SIP > >Sounds like we do not need related fields or 'overdue' flag here. >No idea how to confirm there is no regression here. > >Signed-off-by: Benjamin Rokseth <benjamin.rokseth@deichman.no> >--- > C4/SIP/ILS/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm >index 4570840..74f3cf9 100644 >--- a/C4/SIP/ILS/Patron.pm >+++ b/C4/SIP/ILS/Patron.pm >@@ -125,7 +125,7 @@ sub new { > > # FIXME: populate fine_items recall_items > $ilspatron{unavail_holds} = _get_outstanding_holds($kp->{borrowernumber}); >- $ilspatron{items} = GetPendingIssues($kp->{borrowernumber}); >+ $ilspatron{items} = $patron->pending_checkouts->unblessed; > $self = \%ilspatron; > $debug and warn Dumper($self); > syslog("LOG_DEBUG", "new ILS::Patron(%s): found patron '%s'", $patron_id,$self->{id}); >-- >2.1.4
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 19935
:
70351
|
70352
|
70353
|
70354
|
70355
|
70356
|
70357
|
70358
|
70359
|
70360
|
70361
|
71807
|
71808
|
71809
|
71810
|
71811
|
71812
|
71813
|
72752
|
72753
|
72754
|
72755
|
72756
|
72757
|
72758
|
72759
|
72760
|
72761
|
72762
|
73557
|
73558
|
73559
|
73560
|
73561
|
73562
|
73563
|
73564
|
73565
|
73566
|
73567
|
73568
|
73569
|
73570
|
73571
|
73572
|
73573
|
73574
|
73575
|
73576
|
73577
|
73578
|
73579
|
73580
|
73581
|
73582