[open-ils-commits] r16685 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jun 11 13:57:02 EDT 2010
Author: miker
Date: 2010-06-11 13:56:58 -0400 (Fri, 11 Jun 2010)
New Revision: 16685
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
forgot to remove old order-by when crafting the trunk version of the fifo-holds patch from James Fournie
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-06-11 17:10:35 UTC (rev 16684)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-06-11 17:56:58 UTC (rev 16685)
@@ -301,10 +301,6 @@
AND (h.expire_time IS NULL OR h.expire_time > NOW())
AND h.frozen IS FALSE
ORDER BY $holdsort
- p.prox,
- CASE WHEN h.cut_in_line IS TRUE THEN 0 ELSE 1 END,
- h.selection_depth DESC,
- h.request_time
LIMIT $limit
SQL
More information about the open-ils-commits
mailing list