diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 7238e356d29..9c6ae5afa98 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -1080,6 +1080,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe __(frappe.meta.get_label(cdt, "due_date")), frappe.utils.comma_and(to_clear) ], + "Clear payment terms template and/or payment schedule when due date is changed" ), () => { this.frm.set_value("payment_terms_template", "");