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

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

Return to bug 20978