Skip to content

Commit

Permalink
[FIX] account_banking_ach_discount
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Mar 11, 2021
1 parent 666ae2d commit 2fae4e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def make_payments(self):
"writeoff_account_id": line.writeoff_account_id.id,
"reason_code": line.reason_code.id,
"note": line.note,
"communication": line.note,
"communication": "Payment of invoice %s"
% line.invoice_id.name,
"communication_type": "normal",
"amount_currency": line.paying_amt,
"payment_difference": line.payment_difference,
Expand Down

0 comments on commit 2fae4e6

Please sign in to comment.