]> git.evergreen-ils.org Git - contrib/Conifer.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:21:02 +0000 (20:21 -0400)
commit48ae78c187cef3360f1d6bbbcab6d002edac52a2
tree05565c57b39df35c3e9a09d5f80feee7434b00cf
parent5cc787635e0601196ef5c28455b0e620fc3f1de9
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