From f32b455a1b0a99333e77044358d2d082bd5a222f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 10 Aug 2017 16:43:36 -0400 Subject: [PATCH 1/1] LP#1659928: (follow-up) the flesh stays on... Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.43.2