[open-ils-commits] r8210 -
trunk/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 13 12:13:37 EST 2007
Author: erickson
Date: 2007-12-13 11:52:51 -0500 (Thu, 13 Dec 2007)
New Revision: 8210
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm
Log:
repairing (unused) method name
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm 2007-12-13 16:33:28 UTC (rev 8209)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm 2007-12-13 16:52:51 UTC (rev 8210)
@@ -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