From: Jason Etheridge Date: Fri, 8 Apr 2011 05:43:43 +0000 (-0400) Subject: fix description for this method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9042f9aef161c7a57c432e1c0f5bda93206e96dd;p=evergreen%2Fequinox.git fix description for this method --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index 631a9be55a..346038d0f5 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -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.' } } );