From 466c738f5bf48c68cf7df349e45e19ea5b2e4ae3 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 9 Dec 2008 23:31:22 +0000 Subject: [PATCH] rolled back partial attempt at trimming the resulting penalty threshold list to only show the most appropriate for the context git-svn-id: svn://svn.open-ils.org/ILS/trunk@11484 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index 23dc7e6098..973b8be669 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -2773,8 +2773,7 @@ sub ranged_penalty_thresholds { {org_unit => $U->get_org_ancestors($context_org)} ); - for my $t (@$list) { - } + return $list; } -- 2.11.0