From ec55941e9e4243e32793287e0a148446c0b5f91d Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 26 Mar 2010 19:31:39 +0000 Subject: [PATCH] added note about source of hash keys for user req form data param object git-svn-id: svn://svn.open-ils.org/ILS/trunk@16013 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm index 3bea6cf1c..4aac65da1 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm @@ -2658,7 +2658,7 @@ __PACKAGE__->register_method ( 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' -- 2.11.0