Patch from James Fournie addressing LP#781803: Multiple renewal fails on MAX_FINES...
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 May 2011 19:50:55 +0000 (19:50 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 May 2011 19:50:55 +0000 (19:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@20461 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm

index e4bb90f..95227e9 100644 (file)
@@ -3226,6 +3226,7 @@ sub do_renew {
     my $circ = $self->editor->search_action_circulation({
         target_copy => $self->copy->id,
         xact_finish => undef,
+        checkin_time => undef,
         ($usrid ? (usr => $usrid) : ()),
         '-or' => [
             {stop_fines => undef},