[open-ils-commits] r14006 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 10 14:21:08 EDT 2009


Author: erickson
Date: 2009-09-10 14:21:04 -0400 (Thu, 10 Sep 2009)
New Revision: 14006

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
Log:
Patch from Joe Atzberger to repair fund delete param description

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm	2009-09-10 16:21:33 UTC (rev 14005)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm	2009-09-10 18:21:04 UTC (rev 14006)
@@ -215,10 +215,10 @@
 	api_name	=> 'open-ils.acq.fund.delete',
 	signature => {
         desc => 'Deletes a fund',
-        params => {
+        params => [
             {desc => 'Authentication token', type => 'string'},
             {desc => 'fund ID', type => 'number'}
-        },
+        ],
         return => {desc => '1 on success, Event on failure'}
     }
 );



More information about the open-ils-commits mailing list