From 425cbcf03dba8e50fd04f6f8bc9a7d127797c698 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 4 Sep 2006 16:45:06 +0000 Subject: [PATCH] setting stop_fines_time ... duh git-svn-id: svn://svn.open-ils.org/ILS/trunk@5918 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../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 9395af982f..718d8ccaf0 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -551,7 +551,7 @@ sub generate_fines { for (my $bill = 1; $bill <= $pending_fine_count; $bill++) { if ($current_fine_total >= $max_fine) { - $c->update({stop_fines => 'MAXFINES'}); + $c->update({stop_fines => 'MAXFINES', stop_fines_time => 'now'}); $client->respond( "\tMaximum fine level of ".$c->max_fine. " reached for this circulation.\n". -- 2.43.2