LP 1198465: Fix a typo in open-ils.circ.money.billing.void call.
authorJason Stephenson <jason@sigio.com>
Fri, 21 Feb 2014 14:35:11 +0000 (09:35 -0500)
committerJason Stephenson <jason@sigio.com>
Fri, 21 Feb 2014 14:35:11 +0000 (09:35 -0500)
When I created the editor, I had auth=> instead of authtoken=>.  Dunno
why this took so long to catch.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm

index 619ae40..b556de6 100644 (file)
@@ -871,7 +871,7 @@ __PACKAGE__->register_method(
 );
 sub void_bill {
     my( $s, $c, $authtoken, @billids ) = @_;
-    my $editor = new_editor(auth=>$authtoken, xact=>1);
+    my $editor = new_editor(authtoken=>$authtoken, xact=>1);
     my $rv = $CC->real_void_bills($editor, \@billids);
     if (ref($rv) eq 'HASH') {
         # We got an event.