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:52:47 +0000 (19:52 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 May 2011 19:52:47 +0000 (19:52 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20463 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 11468ef..f44d355 100644 (file)
@@ -3211,6 +3211,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},