[open-ils-commits] r15193 - trunk/Open-ILS/src/perlmods/OpenILS/Application (dbs)

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


Author: dbs
Date: 2009-12-18 15:08:03 -0500 (Fri, 18 Dec 2009)
New Revision: 15193

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
Log:
Remove duplicate mapping for open-ils.ingest.full.serial.object.readonly


Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-12-18 17:53:54 UTC (rev 15192)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-12-18 20:08:03 UTC (rev 15193)
@@ -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