diff --git a/account_payment_batch_process_discount/wizard/invoice_payment_line.py b/account_payment_batch_process_discount/wizard/invoice_payment_line.py index d9c1b81cd74d..8801edebbc77 100644 --- a/account_payment_batch_process_discount/wizard/invoice_payment_line.py +++ b/account_payment_batch_process_discount/wizard/invoice_payment_line.py @@ -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