[open-ils-commits] r14851 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 10 11:57:01 EST 2009


Author: miker
Date: 2009-11-10 11:56:58 -0500 (Tue, 10 Nov 2009)
New Revision: 14851

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Log:
removing needless (and problematic) distinct clause, and fixing order_by syntax

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm	2009-11-10 15:36:23 UTC (rev 14850)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm	2009-11-10 16:56:58 UTC (rev 14851)
@@ -244,8 +244,7 @@
             "+atevdef" => { active => 't' },
             "+atev" => { state => 'pending' }
         },
-        order_by => { "+atev" => [ 'run_time', 'add_time' ] },
-        distinct => 1
+        order_by => { "atev" => [ 'run_time', 'add_time' ] }
     };
 
 



More information about the open-ils-commits mailing list