@@ -, +, @@ --- Koha/Account.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/Koha/Account.pm +++ a/Koha/Account.pm @@ -282,7 +282,12 @@ my $credit_line = Koha::Account->new({ patron_id => $patron_id })->add_credit( } ); -$credit_type can be any of 'credit', 'payment', 'forgiven' or 'writeoff' +$credit_type can be any of: + - 'credit' + - 'payment' + - 'forgiven' + - 'lost_item_return' + - 'writeoff' =cut --