[open-ils-commits] r14854 - tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 10 11:59:14 EST 2009
Author: miker
Date: 2009-11-10 11:59:11 -0500 (Tue, 10 Nov 2009)
New Revision: 14854
Modified:
tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Log:
backporting 14851: removing needless (and problematic) distinct clause, and fixing order_by syntax
Modified: tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2009-11-10 16:58:22 UTC (rev 14853)
+++ tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2009-11-10 16:59:11 UTC (rev 14854)
@@ -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