Patch from James Fournie addressing LP#781803: Multiple renewal fails on MAX_FINES...
[evergreen-equinox.git] / 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},