[open-ils-commits] r14191 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 29 00:08:27 EDT 2009
Author: phasefx
Date: 2009-09-29 00:08:24 -0400 (Tue, 29 Sep 2009)
New Revision: 14191
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm
Log:
param description correction, take 2
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:05:59 UTC (rev 14190)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm 2009-09-29 04:08:24 UTC (rev 14191)
@@ -357,7 +357,7 @@
signature => q/
Voids a bill
@param authtoken Login session key
- @param billids Array of bill id's for the bills to void
+ @param billids Single bill id or array of bill id's for the bills to void
@return 1 on success, Event on error
/
);
@@ -415,7 +415,7 @@
Voids a bill
@param authtoken Login session key
@param note The replacement note for the bills we're editing
- @param billids Array of bill id's for the bills whose notes we want to edit.
+ @param billids Single bill id or array of bill id's for the bills whose notes we want to edit.
@return 1 on success, Event on error
/
);
More information about the open-ils-commits
mailing list