From: miker Date: Mon, 18 Sep 2006 11:50:23 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bfcdf5339e1405b3e02d9edd27bc91eab67c9147;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@6130 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 faa3e167eb..eef13848b3 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -548,7 +548,7 @@ sub generate_fines { $due_dt = $due_dt->add( days => 1 ); - my $dow = $due_td->day_of_week_0; + my $dow = $due_dt->day_of_week_0; my $dow_open = "dow_${dow}_open"; my $dow_close = "dow_${dow}_close"; @@ -558,7 +558,7 @@ sub generate_fines { $grace++; $due_dt = $due_dt->add( days => 1 ); - $dow = $due_td->day_of_week_0; + $dow = $due_dt->day_of_week_0; $dow_open = "dow_${dow}_open"; $dow_close = "dow_${dow}_close";