[open-ils-commits] r8209 -
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 13 11:54:15 EST 2007
Author: erickson
Date: 2007-12-13 11:33:28 -0500 (Thu, 13 Dec 2007)
New Revision: 8209
Modified:
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm
Log:
repairing (unused) method name
Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm 2007-12-13 15:39:05 UTC (rev 8208)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm 2007-12-13 16:33:28 UTC (rev 8209)
@@ -205,7 +205,7 @@
__PACKAGE__->register_method(
- api_name => 'open-ils.scheduleer.schedule.create',
+ api_name => 'open-ils.reporter.schedule.create',
method => 'create_schedule');
sub create_schedule {
my( $self, $conn, $auth, $schedule ) = @_;
More information about the open-ils-commits
mailing list