From 0f7e28e688024c4f14f66e95aba30fe8ca698234 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 607d55287e..99d5a60c64 100644 --- a/Koha/Account.pm +++ b/Koha/Account.pm @@ -281,7 +281,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