[open-ils-commits] r15975 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Mar 25 09:37:33 EDT 2010
Author: erickson
Date: 2010-03-25 09:37:32 -0400 (Thu, 25 Mar 2010)
New Revision: 15975
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
Log:
repaired signature params name
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2010-03-25 13:33:01 UTC (rev 15974)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2010-03-25 13:37:32 UTC (rev 15975)
@@ -45,7 +45,7 @@
desc => "Create a new hold for an item. From a permissions perspective, " .
"the login session is used as the 'requestor' of the hold. " .
"The hold recipient is determined by the 'usr' setting within the hold object. ",
- param => [
+ params => [
{ desc => 'Hold object for hold to be created', type => 'object' }
],
return => {
More information about the open-ils-commits
mailing list