[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. e7ceab3826adc79b9cdb708ca076f46aa9771c20
Evergreen Git
git at git.evergreen-ils.org
Fri Aug 19 14:49:14 EDT 2011
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_0 has been updated
via e7ceab3826adc79b9cdb708ca076f46aa9771c20 (commit)
from 959d3d6b7738f5a9af9597cb6ba66ebe8b1cf23c (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 e7ceab3826adc79b9cdb708ca076f46aa9771c20
Author: Robert Soulliere <robert.soulliere at mohawkcollege.ca>
Date: Tue Aug 9 15:06:44 2011 -0400
Branchify the patch from LP bug #809478.
Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
index 7d684a4..297a45f 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
@@ -1986,7 +1986,7 @@ sub booking_adjusted_due_date {
my $booking_ses = OpenSRF::AppSession->create( 'open-ils.booking' );
my $bookings = $booking_ses->request(
'open-ils.booking.reservations.filtered_id_list', $self->editor->authtoken,
- { resource => $booking_item->id, search_start => 'now', search_end => $circ->due_date, fields => { cancel_time => undef }}
+ { resource => $booking_item->id, search_start => 'now', search_end => $circ->due_date, fields => { cancel_time => undef, return_time => undef}}
)->gather(1);
$booking_ses->disconnect;
-----------------------------------------------------------------------
Summary of changes:
.../perlmods/OpenILS/Application/Circ/Circulate.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list