From: Robert Soulliere Date: Tue, 9 Aug 2011 19:18:15 +0000 (-0400) Subject: Branchify patch from LP bug #809478 and forward port to master. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20be08f2bbb02941f72435fc1ced5c08140f595e;p=contrib%2FConifer.git Branchify patch from LP bug #809478 and forward port to Signed-off-by: Jason Stephenson Signed-off-by: Mike Rylander --- 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 b569ffd23e..f5a7479cfb 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm @@ -2054,7 +2054,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;