From 04dff988020602c7f31b98d0924739ea3ec2fe52 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 27 Jun 2018 10:37:24 -0300 Subject: [PATCH] Bug 20978: (follow-up) POD completeness Signed-off-by: Tomas Cohen Arazi --- Koha/Account.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha/Account.pm b/Koha/Account.pm index 04a8583524..9a4bb194c0 100644 --- a/Koha/Account.pm +++ b/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 -- 2.18.0