fix: party aliases should be no copy

(cherry picked from commit 057af21cd8)

# Conflicts:
#	erpnext/buying/doctype/supplier/supplier.json
#	erpnext/selling/doctype/customer/customer.json
This commit is contained in:
Mihir Kandoi
2026-06-27 16:13:43 +05:30
committed by Mergify
parent df1b4431b6
commit 0b42241682
2 changed files with 24 additions and 2 deletions

View File

@@ -548,6 +548,17 @@
{
"fieldname": "section_break_pgad",
"fieldtype": "Section Break"
<<<<<<< HEAD
=======
},
{
"fieldname": "alias",
"fieldtype": "Data",
"in_global_search": 1,
"label": "Alias",
"no_copy": 1,
"unique": 1
>>>>>>> 057af21cd8 (fix: party aliases should be no copy)
}
],
"grid_page_length": 50,
@@ -561,7 +572,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

@@ -682,6 +682,17 @@
{
"fieldname": "credit_limit_column",
"fieldtype": "Column Break"
<<<<<<< HEAD
=======
},
{
"fieldname": "alias",
"fieldtype": "Data",
"in_global_search": 1,
"label": "Alias",
"no_copy": 1,
"unique": 1
>>>>>>> 057af21cd8 (fix: party aliases should be no copy)
}
],
"icon": "fa fa-user",
@@ -695,7 +706,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",