[open-ils-commits] r20463 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 12 15:52:52 EDT 2011


Author: miker
Date: 2011-05-12 15:52:47 -0400 (Thu, 12 May 2011)
New Revision: 20463

Modified:
   branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
Patch from James Fournie addressing LP#781803: Multiple renewal fails on MAX_FINES circs

Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2011-05-12 19:51:25 UTC (rev 20462)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2011-05-12 19:52:47 UTC (rev 20463)
@@ -3211,6 +3211,7 @@
     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},



More information about the open-ils-commits mailing list