From 9c71022476a4b57e1c77bee6c5daac5c56041873 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 10 Sep 2006 02:54:37 +0000 Subject: [PATCH] being more strict about when to target a specific copy git-svn-id: svn://svn.open-ils.org/ILS/trunk@6044 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../perlmods/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0199d043e9..7d6ed86981 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -810,7 +810,7 @@ sub new_hold_copy_targeter { next if (action::hold_request ->search_where( { current_copy => $c->id, - capture_time => undef, + fulfillment_time => undef, cancel_time => undef, } ) -- 2.43.2