From: dbs Date: Fri, 18 Dec 2009 20:10:18 +0000 (+0000) Subject: Backport r15193 from trunk: remove duplicate (incorrect) mapping for "ro_authority_in... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e48ede6a22d76c18df716202975cff23a5df4790;p=Evergreen.git Backport r15193 from trunk: remove duplicate (incorrect) mapping for "ro_authority_ingest_single_object" git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15195 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm b/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm index 6ea85c342f..716cc2dc06 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm @@ -684,13 +684,6 @@ __PACKAGE__->register_method( 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;