[open-ils-commits] r11484 - trunk/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Dec 9 18:31:27 EST 2008


Author: erickson
Date: 2008-12-09 18:31:22 -0500 (Tue, 09 Dec 2008)
New Revision: 11484

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
rolled back partial attempt at trimming the resulting penalty threshold list to only show the most appropriate for the context

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-12-09 23:07:48 UTC (rev 11483)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-12-09 23:31:22 UTC (rev 11484)
@@ -2773,8 +2773,7 @@
         {org_unit => $U->get_org_ancestors($context_org)}
     );
 
-    for my $t (@$list) {
-    }
+    return $list;
 }
 
 



More information about the open-ils-commits mailing list