From: Galen Charlton Date: Thu, 10 Aug 2017 20:43:36 +0000 (-0400) Subject: LP#1659928: (follow-up) the flesh stays on... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f32b455a1b0a99333e77044358d2d082bd5a222f;p=working%2FEvergreen.git LP#1659928: (follow-up) the flesh stays on... Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm index 54f5fdbfa7..23e234c972 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm @@ -216,7 +216,7 @@ sub flesh_user_penalties { if (ref($raw_penalties) eq 'ARRAY' && @$raw_penalties) { my $here_prox = ($here) ? $U->get_org_unit_proximity($e, $here, $user->home_ou()) : undef; - # Filter out those that do not apply and deflesh the standing_penalty. + # Filter out those that do not apply $applied_penalties = [map { $_->standing_penalty } grep {