From: miker Date: Mon, 15 Feb 2010 15:18:04 +0000 (+0000) Subject: reinstitute "recuring" typo -- fixed in trunk, not in 1.6* X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4ab23fde3a1a28685df72cd0e1a6fff9f9632707;p=working%2FEvergreen.git 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 --- 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;