Merge pull request #56587 from frappe/mergify/bp/version-16-hotfix/pr-56586

fix: party aliases should be no copy (backport #56586)
This commit is contained in:
Mihir Kandoi
2026-06-27 16:44:33 +05:30
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -110,6 +110,7 @@
"fieldtype": "Data",
"in_global_search": 1,
"label": "Alias",
"no_copy": 1,
"unique": 1
},
{
@@ -561,7 +562,7 @@
"link_fieldname": "party"
}
],
"modified": "2026-06-22 12:23:09.241125",
"modified": "2026-06-27 16:12:33.190257",
"modified_by": "Administrator",
"module": "Buying",
"name": "Supplier",

View File

@@ -130,6 +130,7 @@
"fieldtype": "Data",
"in_global_search": 1,
"label": "Alias",
"no_copy": 1,
"unique": 1
},
{
@@ -695,7 +696,7 @@
"link_fieldname": "party"
}
],
"modified": "2026-06-22 12:23:19.196991",
"modified": "2026-06-27 16:12:10.457900",
"modified_by": "Administrator",
"module": "Selling",
"name": "Customer",