From e9a17aba76d06efe69cb585151a8ece2f673a332 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 29 Sep 2009 04:08:24 +0000 Subject: [PATCH] param description correction, take 2 git-svn-id: svn://svn.open-ils.org/ILS/trunk@14191 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm index 7d23860dd0..f6a1058ffb 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm @@ -357,7 +357,7 @@ __PACKAGE__->register_method( 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 @@ __PACKAGE__->register_method( 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 / ); -- 2.11.0