From 2e3afbb1c4ed96f6c4a7b294e46fcd53e0dafe5b Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 3 Sep 2006 17:46:47 +0000 Subject: [PATCH] typo ARG git-svn-id: svn://svn.open-ils.org/ILS/trunk@5892 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 d2bfedbb75..2ad5f6e4b2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -459,7 +459,7 @@ sub generate_fines { $self->method_lookup('open-ils.storage.transaction.rollback')->run; } $self->method_lookup('open-ils.storage.transaction.begin')->run( $client ); - $log->info("Processing circ ".$circ->id."...\n"); + $log->info("Processing circ ".$c->id."...\n"); my $due_dt = $parser->parse_datetime( clense_ISO8601( $c->due_date ) ); -- 2.11.0