From ea38aabd08d526214f3d3505e4377a1eda0488fe 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 Signed-off-by: Liz Rea Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- 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.20.1