[open-ils-commits] r14008 - branches/rel_1_6_0/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:54 EDT 2009
Author: erickson
Date: 2009-09-10 14:21:50 -0400 (Thu, 10 Sep 2009)
New Revision: 14008
Modified:
branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
Log:
Patch from Joe Atzberger to repair fund delete param description
Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm 2009-09-10 18:21:31 UTC (rev 14007)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm 2009-09-10 18:21:50 UTC (rev 14008)
@@ -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