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> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
509892fd00
commit
bc001c2352
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,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});
|
||||
|
|
Loading…
Reference in a new issue