Be a little more tolerant of aberrant data when clearing the holds shelf
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Oct 2010 18:02:08 +0000 (18:02 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Oct 2010 18:02:08 +0000 (18:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18249 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm

index 97cb623..020999a 100644 (file)
@@ -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 }
     );