From af6ea67fd1d9920f04de8ad3e9d636e73c904aca Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 23 Apr 2021 08:08:19 -0400 Subject: [PATCH] Bug 27995: (QA follow-up) Update POD Signed-off-by: Kyle M Hall --- Koha/Account/Line.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index 6586ca84c8..566177d4b7 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -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. -- 2.24.3 (Apple Git-128)