fix description for this method
authorJason Etheridge <jason@esilibrary.com>
Fri, 8 Apr 2011 05:43:43 +0000 (01:43 -0400)
committerJason Etheridge <jason@esilibrary.com>
Fri, 8 Apr 2011 05:43:43 +0000 (01:43 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm

index 631a9be..346038d 100644 (file)
@@ -568,12 +568,12 @@ __PACKAGE__->register_method(
     api_name      => 'open-ils.search.bib_id.by_barcode',
     authoritative => 1,
     signature => { 
-        desc   => 'Retrieve copy object with fleshed record, given the barcode',
+        desc   => 'Retrieve bib record id associated with the copy identified by the given barcode',
         params => [
             { desc => 'Item barcode', type => 'string' }
         ],
         return => {
-            desc => 'Asset copy object with fleshed record and callnumber, or event on error or null set'
+            desc => 'Bib record id.'
         }
     }
 );