From 5a28429fa191f718591fa7e46208870a6196a3bf Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Tue, 9 Aug 2011 15:15:08 -0400 Subject: [PATCH] Branchify patch from LP bug #809478 and forward port to rel 2.1. Signed-off-by: Jason Stephenson Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7cd812504d..4b64e27899 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm @@ -1996,7 +1996,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; -- 2.11.0