[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. db460bd97d5ede6d911baf8c28a182e2e1e8c0c8
Evergreen Git
git at git.evergreen-ils.org
Tue Mar 14 09:19:35 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_10 has been updated
via db460bd97d5ede6d911baf8c28a182e2e1e8c0c8 (commit)
from 7d92425baffa8a09e2cf4441aa4f273040c43d40 (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 db460bd97d5ede6d911baf8c28a182e2e1e8c0c8
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 1d0999a..170a4b7 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