@@ -, +, @@ --- Koha/Account/Line.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Account/Line.pm +++ a/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 --