[open-ils-commits] r20462 - branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 12 15:51:30 EDT 2011
Author: miker
Date: 2011-05-12 15:51:25 -0400 (Thu, 12 May 2011)
New Revision: 20462
Modified:
branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
Log:
Patch from James Fournie addressing LP#781803: Multiple renewal fails on MAX_FINES circs
Modified: branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm 2011-05-12 19:50:55 UTC (rev 20461)
+++ branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm 2011-05-12 19:51:25 UTC (rev 20462)
@@ -3226,6 +3226,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