Bug 27995: (QA follow-up) Update POD
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 23 Apr 2021 12:08:19 +0000 (08:08 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 27 Apr 2021 14:23:49 +0000 (16:23 +0200)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Account/Line.pm

index 6586ca8..566177d 100644 (file)
@@ -583,7 +583,7 @@ sub reduce {
 =head3 apply
 
     my $debits = $account->outstanding_debits;
-    my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
+    my $credit = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } );
 
 Applies the credit to a given debits array reference.