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

index d2e0460..c3d2653 100644 (file)
@@ -4007,7 +4007,7 @@ sub checkin_handle_lost_or_lo_now_found_restore_od {
         my $void_amount = 0;
         my $void_max = $self->circ->max_fine();
         my @billings = map {$_->id()} @$ods;
-        my $voids = $self->editor->search_money_billing(
+        my $voids = $self->editor->search_money_void_payment(
             {
                 billing => \@billings
             }