mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge pull request #51378 from frappe/mergify/bp/version-15-hotfix/pr-51361
fix(payment entry): clear party_name for internal transfer (backport #51361)
This commit is contained in:
@@ -435,6 +435,7 @@ frappe.ui.form.on("Payment Entry", {
|
|||||||
"paid_to",
|
"paid_to",
|
||||||
"references",
|
"references",
|
||||||
"total_allocated_amount",
|
"total_allocated_amount",
|
||||||
|
"party_name",
|
||||||
],
|
],
|
||||||
function (i, field) {
|
function (i, field) {
|
||||||
frm.set_value(field, null);
|
frm.set_value(field, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user