From 4ab23fde3a1a28685df72cd0e1a6fff9f9632707 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 15 Feb 2010 15:18:04 +0000 Subject: [PATCH] reinstitute "recuring" typo -- fixed in trunk, not in 1.6* git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15534 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 31db0f9b96..25129ea6dc 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -639,7 +639,7 @@ sub generate_fines { my $due_date_method = 'due_date'; my $target_copy_method = 'target_copy'; my $circ_lib_method = 'circ_lib'; - my $recurring_fine_method = 'recurring_fine'; + my $recurring_fine_method = 'recuring_fine'; my $is_reservation = 0; if ($ctype eq 'reservation') { $is_reservation = 1; -- 2.11.0