param description correction, take 2
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Sep 2009 04:08:24 +0000 (04:08 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Sep 2009 04:08:24 +0000 (04:08 +0000)
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

index 7d23860..f6a1058 100644 (file)
@@ -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
        /
 );