]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1592891: Fix SIP2 standing penalty failures
authorJeff Godin <jgodin@tadl.org>
Wed, 15 Jun 2016 16:25:24 +0000 (12:25 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 16 Jun 2016 00:20:36 +0000 (20:20 -0400)
commit5e0c9b31d6eb286ecd1614dc26519356fdeca236
tree9d969dc895beaf225505dc5398e556f0f36c53c7
parent22536d162f757feaa2fe055d1d6c0b0878dd29ae
LP#1592891: Fix SIP2 standing penalty failures

Update too_many_overdue and excessive_fines in OpenILS::SIP::Patron
to account for the fact that the user object in this context no
longer contains an array of ausp objects, but just an array of ausp
IDs.

This fixes SIP2 failures with patron information messages when a
patron has one or more blocking penalties that are not otherwise
ignored.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm