From: erickson Date: Thu, 10 Sep 2009 18:21:50 +0000 (+0000) Subject: Patch from Joe Atzberger to repair fund delete param description X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cc8beef9e6d2be3c841faff590c252e7539b81fe;p=Evergreen.git Patch from Joe Atzberger to repair fund delete param description git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@14008 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 2ac090f315..dfeef5fc22 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm @@ -215,10 +215,10 @@ __PACKAGE__->register_method( 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'} } );