From 76a21ae2feca4c0954c53c8f12f964be13316edf Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 30 May 2008 13:12:51 +0000 Subject: [PATCH] adding frozen hold check to nearest_hold git-svn-id: svn://svn.open-ils.org/ILS/trunk@9736 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index cb6b06a8ee..7af61273d9 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -218,6 +218,7 @@ sub nearest_hold { AND (AGE(NOW(),h.request_time) >= CAST(? AS INTERVAL) OR p.prox = 0) AND h.capture_time IS NULL AND h.cancel_time IS NULL + AND h.frozen IS FALSE ORDER BY p.prox, h.selection_depth DESC, -- 2.43.2