LP#1659928: (follow-up) the flesh stays on...
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 10 Aug 2017 20:43:36 +0000 (16:43 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 10 Aug 2017 21:20:08 +0000 (17:20 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm

index 54f5fdb..23e234c 100644 (file)
@@ -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 {