[open-ils-commits] [GIT] Evergreen ILS branch master updated. 61e59eaac68888ff2ebcc5d90c5ff8b63d7b3493

Evergreen Git git at git.evergreen-ils.org
Tue Mar 14 09:17:20 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, master has been updated
       via  61e59eaac68888ff2ebcc5d90c5ff8b63d7b3493 (commit)
      from  fca751f65dd2afbb4a7b70d6ab92f49479d22b30 (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 61e59eaac68888ff2ebcc5d90c5ff8b63d7b3493
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 7dd3611..74e425b 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