Bug 20978: (follow-up) POD completeness
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 27 Jun 2018 13:37:24 +0000 (10:37 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 6 Jul 2018 12:39:37 +0000 (12:39 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Koha/Account.pm

index 607d552..99d5a60 100644 (file)
@@ -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