rolled back partial attempt at trimming the resulting penalty threshold list to only...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 9 Dec 2008 23:31:22 +0000 (23:31 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 9 Dec 2008 23:31:22 +0000 (23:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11484 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Actor.pm

index 23dc7e6..973b8be 100644 (file)
@@ -2773,8 +2773,7 @@ sub ranged_penalty_thresholds {
         {org_unit => $U->get_org_ancestors($context_org)}
     );
 
-    for my $t (@$list) {
-    }
+    return $list;
 }