[open-ils-commits] r15195 - branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 18 15:10:23 EST 2009


Author: dbs
Date: 2009-12-18 15:10:18 -0500 (Fri, 18 Dec 2009)
New Revision: 15195

Modified:
   branches/rel_1_6_0/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_0/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-12-18 20:09:40 UTC (rev 15194)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-12-18 20:10:18 UTC (rev 15195)
@@ -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