From c366c35736413f39a0d0f8d1b6efd0478511dd5f Mon Sep 17 00:00:00 2001 From: erickson Date: Sun, 3 Sep 2006 23:39:35 +0000 Subject: [PATCH] fixed comma typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5905 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0