Fix stupido.
authorJason Stephenson <jason@sigio.com>
Mon, 7 Oct 2013 07:37:09 +0000 (03:37 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 7 Nov 2013 22:02:37 +0000 (17:02 -0500)
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm

index 3c10e91..d2e0460 100644 (file)
@@ -4009,7 +4009,7 @@ sub checkin_handle_lost_or_lo_now_found_restore_od {
         my @billings = map {$_->id()} @$ods;
         my $voids = $self->editor->search_money_billing(
             {
-                billing => \@bills
+                billing => \@billings
             }
         );
         map {$void_amount += $_->amount()} @$voids;