Correct a param description for open-ils.circ.money.billing.void
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Sep 2009 04:05:59 +0000 (04:05 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Sep 2009 04:05:59 +0000 (04:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14190 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm

index 6113960..7d23860 100644 (file)
@@ -357,7 +357,7 @@ __PACKAGE__->register_method(
        signature       => q/
                Voids a bill
                @param authtoken Login session key
-               @param billid The id of the bill to void
+               @param billids Array of bill id's for the bills to void
                @return 1 on success, Event on error
        /
 );