diff --git a/erpnext/buying/doctype/supplier/supplier.json b/erpnext/buying/doctype/supplier/supplier.json index a09e5041fd6..841a3ac780d 100644 --- a/erpnext/buying/doctype/supplier/supplier.json +++ b/erpnext/buying/doctype/supplier/supplier.json @@ -110,6 +110,7 @@ "fieldtype": "Data", "in_global_search": 1, "label": "Alias", + "no_copy": 1, "unique": 1 }, { @@ -548,17 +549,6 @@ { "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,