mirror of
https://github.com/frappe/erpnext.git
synced 2026-07-02 21:26:55 +00:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user