[open-ils-commits] r15534 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Feb 15 10:18:07 EST 2010
Author: miker
Date: 2010-02-15 10:18:04 -0500 (Mon, 15 Feb 2010)
New Revision: 15534
Modified:
branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
reinstitute "recuring" typo -- fixed in trunk, not in 1.6*
Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-02-15 15:12:14 UTC (rev 15533)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm 2010-02-15 15:18:04 UTC (rev 15534)
@@ -639,7 +639,7 @@
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;
More information about the open-ils-commits
mailing list