[open-ils-commits] r8978 - branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 11 20:45:17 EDT 2008


Author: erickson
Date: 2008-03-11 20:12:02 -0400 (Tue, 11 Mar 2008)
New Revision: 8978

Modified:
   branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
Log:
repaired some copy/paste doc errors

Modified: branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
===================================================================
--- branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm	2008-03-11 19:32:53 UTC (rev 8977)
+++ branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm	2008-03-12 00:12:02 UTC (rev 8978)
@@ -900,9 +900,9 @@
         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 {



More information about the open-ils-commits mailing list