[open-ils-commits] r18910 - branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Circ (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 3 10:29:40 EST 2010


Author: senator
Date: 2010-12-03 10:29:38 -0500 (Fri, 03 Dec 2010)
New Revision: 18910

Modified:
   branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Log:
Be consistent with a misspelled field. Credit to Robert Soulliere for pointing
out my mistaken understanding of where this was already fixed and where it
wasn't.


Modified: branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2010-12-03 15:11:02 UTC (rev 18909)
+++ branches/rel_1_6_1/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm	2010-12-03 15:29:38 UTC (rev 18910)
@@ -1719,7 +1719,7 @@
 
             $self->reservation->fine_amount($policy->{recurring_fine});
             $self->reservation->max_fine($policy->{max_fine});
-            $self->reservation->fine_interval($recurring->recurrence_interval);
+            $self->reservation->fine_interval($recurring->recurance_interval);
         }
 
         $self->copy->status(OILS_COPY_STATUS_CHECKED_OUT);



More information about the open-ils-commits mailing list