not returning cancelled hold hold on copy details retrieval
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Sep 2006 14:20:07 +0000 (14:20 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Sep 2006 14:20:07 +0000 (14:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6152 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 3bacc21..7ba59bd 100644 (file)
@@ -813,9 +813,10 @@ sub copy_details {
 
        my $hold = $e->search_action_hold_request(
                { 
-                       current_copy => $copy_id, 
-                       capture_time => { "!=" => undef },
-                       fulfillment_time => undef,
+                       current_copy            => $copy_id, 
+                       capture_time            => { "!=" => undef },
+                       fulfillment_time        => undef,
+                       cancel_time                     => undef,
                }
        )->[0];