Skip to content

Commit

Permalink
Adapt to the new bank-payment/akretion:8.0-bank-payment-lines branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Jan 21, 2016
1 parent 6dad9ac commit d50e2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donation_direct_debit/donation.py
Expand Up @@ -66,7 +66,7 @@ def _prepare_payment_line(self, donation, payment_order):
'order_id': payment_order.id,
'move_line_id': move_line.id,
'partner_id': move_line.partner_id.id,
'amount_currency': move_line.amount_to_receive,
'amount_currency': move_line.debit,
'communication':
donation.payment_ref or donation.number.replace('/', '-'),
'state': 'normal',
Expand Down

0 comments on commit d50e2d2

Please sign in to comment.