[open-ils-commits] r15558 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 16 13:53:34 EST 2010
Author: miker
Date: 2010-02-16 13:53:30 -0500 (Tue, 16 Feb 2010)
New Revision: 15558
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
billing generation typo
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-02-16 18:23:56 UTC (rev 15557)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-02-16 18:53:30 UTC (rev 15558)
@@ -802,7 +802,7 @@
$client->respond( "\t$pending_fine_count pending fine(s)\n" );
next unless ($pending_fine_count);
- my $recuring_fine = int($c->$recurring_fine_method * 100);
+ my $recurring_fine = int($c->$recurring_fine_method * 100);
my $max_fine = int($c->max_fine * 100);
my ($latest_billing_ts, $latest_amount) = ('',0);
More information about the open-ils-commits
mailing list