[open-ils-commits] r16013 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 26 15:31:43 EDT 2010
Author: erickson
Date: 2010-03-26 15:31:39 -0400 (Fri, 26 Mar 2010)
New Revision: 16013
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm
Log:
added note about source of hash keys for user req form data param object
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm 2010-03-26 19:27:29 UTC (rev 16012)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm 2010-03-26 19:31:39 UTC (rev 16013)
@@ -2658,7 +2658,7 @@
desc => 'Create a new user request object in the DB',
param => [
{ desc => 'Authentication token', type => 'string' },
- { desc => 'User request data hash', type => 'object' }
+ { desc => 'User request data hash. Hash keys match the fields for the "aur" object', type => 'object' }
],
return => {
desc => 'The created user request object, or event on error'
More information about the open-ils-commits
mailing list