Patch from Joe Atzberger to repair fund delete param description
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 10 Sep 2009 18:21:04 +0000 (18:21 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 10 Sep 2009 18:21:04 +0000 (18:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14006 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm

index 8f35366..c6a454c 100644 (file)
@@ -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'}
     }
 );