git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8358
dcc99617-32d9-48b4-a31d-
7c20da2025e4
signature => q/
Creates a new fund
@param auth Authentication token
- @pararm fund
+ @param fund
/
);
signature => q/
Retrieves a fund by ID
@param auth Authentication token
- @pararm fund_id
+ @param fund_id
/
);
signature => q/
Retrieves all the funds associated with an org unit
@param auth Authentication token
- @pararm org_id
+ @param org_id
@param options Hash of options. Options include "children",
which includes the funds for the requested org and
all descendant orgs.