Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
authorMike Rylander <mrylander@gmail.com>
Thu, 12 May 2011 19:57:55 +0000 (15:57 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 12 May 2011 19:57:55 +0000 (15:57 -0400)
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},