LP#1592891: Fix SIP2 standing penalty failures
authorJeff Godin <jgodin@tadl.org>
Wed, 15 Jun 2016 16:25:24 +0000 (12:25 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 17 Jun 2016 15:16:41 +0000 (11:16 -0400)
commit602d2ff294000bed63eb8933462b9226e08b9fac
tree6acf5c5a681beb4362ba6e19c258dbf7daa47401
parentc824e338f520732e468299018c9827bccef7bee7
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