From: erickson Date: Sun, 3 Sep 2006 23:39:35 +0000 (+0000) Subject: fixed comma typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c366c35736413f39a0d0f8d1b6efd0478511dd5f;p=Evergreen.git fixed comma typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5905 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 751ae16640..4ae577dd5a 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -585,7 +585,7 @@ sub generate_fines { { xact => ''.$c->id, note => "System Generated Overdue Fine", billing_type => "Overdue materials", - amount => ''.$latest_amount + amount => ''.$latest_amount, billing_ts => $latest_billing_ts, } ) if ($latest_billing_ts and $latest_amount > 0.0);