Skip to content

Commit

Permalink
[FIX] ACH unbalanced fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atchuthan authored and BernatPForgeFlow committed Jun 13, 2024
1 parent b17ff42 commit 68ecd3d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def onchange_amount(self):
rec.note = "Early Pay Discount"

# cannot apply discount
else:
rec.payment_difference = due_or_balance
rec.payment_difference_handling = "open"
rec.writeoff_account_id = False
rec.note = False
# else:
# rec.payment_difference = due_or_balance
# rec.payment_difference_handling = "open"
# rec.writeoff_account_id = False
# rec.note = False

0 comments on commit 68ecd3d

Please sign in to comment.