From d3be5056019e84ef3edd11acb98067b1e2ae996f Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 13 Dec 2007 16:52:51 +0000 Subject: [PATCH] repairing (unused) method name git-svn-id: svn://svn.open-ils.org/ILS/trunk@8210 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm b/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm index 0061d7cc4d..1cd1e2ee72 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm @@ -205,7 +205,7 @@ sub create_report { __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 ) = @_; -- 2.11.0