[open-ils-commits] r15194 - branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 18 15:09:44 EST 2009
Author: dbs
Date: 2009-12-18 15:09:40 -0500 (Fri, 18 Dec 2009)
New Revision: 15194
Modified:
branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
Log:
Backport r15193 from trunk: remove duplicate (incorrect) mapping for "ro_authority_ingest_single_object"
Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm 2009-12-18 20:08:03 UTC (rev 15193)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm 2009-12-18 20:09:40 UTC (rev 15194)
@@ -684,14 +684,7 @@
api_level => 1,
argc => 1,
);
-__PACKAGE__->register_method(
- api_name => "open-ils.ingest.full.serial.object.readonly",
- method => "ro_authority_ingest_single_object",
- api_level => 1,
- argc => 1,
-);
-
sub ro_authority_ingest_single_xml {
my $self = shift;
my $client = shift;
More information about the open-ils-commits
mailing list