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