From: senator Date: Fri, 8 Oct 2010 18:02:08 +0000 (+0000) Subject: Be a little more tolerant of aberrant data when clearing the holds shelf X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6026d9ebced0a5dfaba43d19a121864be8c6a557;p=evergreen%2Fpines.git Be a little more tolerant of aberrant data when clearing the holds shelf git-svn-id: svn://svn.open-ils.org/ILS/trunk@18249 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm index 97cb623fda..020999a332 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm @@ -2871,7 +2871,9 @@ sub clear_shelf_process { pickup_lib => $org_id, cancel_time => undef, fulfillment_time => undef, - shelf_time => {'!=' => undef} + shelf_time => {'!=' => undef}, + capture_time => {'!=' => undef}, + current_copy => {'!=' => undef}, }, { idlist => 1 } );