View | Details | Raw Unified | Return to bug 20978
Collapse All | Expand All

(-)a/Koha/Account.pm (-2 / +6 lines)
Lines 282-288 my $credit_line = Koha::Account->new({ patron_id => $patron_id })->add_credit( Link Here
282
    }
282
    }
283
);
283
);
284
284
285
$credit_type can be any of 'credit', 'payment', 'forgiven' or 'writeoff'
285
$credit_type can be any of:
286
  - 'credit'
287
  - 'payment'
288
  - 'forgiven'
289
  - 'lost_item_return'
290
  - 'writeoff'
286
291
287
=cut
292
=cut
288
293
289
- 

Return to bug 20978