From: miker Date: Sun, 10 Sep 2006 02:54:37 +0000 (+0000) Subject: being more strict about when to target a specific copy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9c71022476a4b57e1c77bee6c5daac5c56041873;p=evergreen%2Fpines.git 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 --- 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, } )