From d4f2c2ed2f035cc801fb3387c996f7a71e2845a4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 19 Sep 2019 15:44:59 -0300 Subject: [PATCH] Bug 22837: (follow-up) Fix POD --- 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 f745dc13e2..124aa29153 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -166,7 +166,7 @@ sub void { my $debits = $account->outstanding_debits; my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } ); -Applies the credit to a given debits set. +Applies the credit to a given debits array reference. =head4 arguments hashref -- 2.23.0