[open-ils-commits] r14195 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 29 01:44:13 EDT 2009


Author: phasefx
Date: 2009-09-29 01:44:09 -0400 (Tue, 29 Sep 2009)
New Revision: 14195

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm
Log:
I misunderstood the arguments here.  These methods may take an unlimited number of arguments for bill id's, not an array of bill ids

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm	2009-09-29 04:59:02 UTC (rev 14194)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm	2009-09-29 05:44:09 UTC (rev 14195)
@@ -357,7 +357,7 @@
 	signature	=> q/
 		Voids a bill
 		@param authtoken Login session key
-		@param billids Single bill id or array of bill id's for the bills to void
+		@param billid Id for the bill to void.  This parameter may be repeated for reference other bills.
 		@return 1 on success, Event on error
 	/
 );
@@ -415,7 +415,7 @@
 		Edits the note for a bill
 		@param authtoken Login session key
         @param note The replacement note for the bills we're editing
-		@param billids Single bill id or array of bill id's for the bills whose notes we want to edit.
+		@param billid Id for the bill to edit the note of.  This parameter may be repeated to reference other bills.
 		@return 1 on success, Event on error
 	/
 );



More information about the open-ils-commits mailing list