mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
fix(payment entry): clear party_name for internal transfer
(cherry picked from commit aae0448e1f)
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
This commit is contained in:
committed by
ruthra kumar
parent
f1c98df7bb
commit
431e68741b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user