diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.js b/erpnext/accounts/doctype/payment_entry/payment_entry.js index 4146b4aebb2..852fcc6807b 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.js +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.js @@ -435,6 +435,7 @@ frappe.ui.form.on("Payment Entry", { "paid_to", "references", "total_allocated_amount", + "party_name", ], function (i, field) { frm.set_value(field, null);