[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. b9cab5c6bcbb459cd9fc17bec0c12640cd42c9cc

Evergreen Git git at git.evergreen-ils.org
Tue Mar 14 09:18:44 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_11 has been updated
       via  b9cab5c6bcbb459cd9fc17bec0c12640cd42c9cc (commit)
      from  f47d0c59d59bc3b06cd641f78859cc92d5983dab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b9cab5c6bcbb459cd9fc17bec0c12640cd42c9cc
Author: Bill Erickson <berickxx at gmail.com>
Date:   Tue Feb 28 11:33:25 2017 -0500

    LP#1668682 Checkout holds fullfill ignores expire time
    
    Checking out a hold-captured item for a hold whose expire time is in the
    past, but has not yet been canceled by the hold targeter, now marks the
    hold as fulfilled.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
index ad6fff2..0d815e6 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
@@ -1559,11 +1559,7 @@ sub handle_checkout_holds {
     my $hold = $e->search_action_hold_request({   
         current_copy        => $copy->id , 
         cancel_time         => undef, 
-        fulfillment_time    => undef,
-        '-or' => [
-            {expire_time => undef},
-            {expire_time => {'>' => 'now'}}
-        ]
+        fulfillment_time    => undef
     })->[0];
 
     if($hold and $hold->usr != $patron->id) {

-----------------------------------------------------------------------

Summary of changes:
 .../lib/OpenILS/Application/Circ/Circulate.pm      |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list