From: erickson Date: Wed, 12 Mar 2008 00:12:02 +0000 (+0000) Subject: repaired some copy/paste doc errors X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=61e112009e1440b03c2a0f5f233f731ff0ecfc4d;p=Evergreen.git repaired some copy/paste doc errors git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8978 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm index 3c88de48cd..7892724c4f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm @@ -900,9 +900,9 @@ __PACKAGE__->register_method( desc => q/Updates a lineitem detail/, params => [ {desc => 'Authentication token', type => 'string'}, - {desc => 'lineitem_detail to retrieve', type => 'object'}, + {desc => 'id of lineitem_detail to retrieve', type => 'number'}, ], - return => {desc => '1 on success, Event on failure'} + return => {desc => 'object on success, Event on failure'} } ); sub retrieve_lineitem_detail {