Merge pull request #33546 from frappe/mergify/bp/version-13-hotfix/pr-33543

chore: enable `No Copy` attribute for `route` in Item Group (backport #33543)
This commit is contained in:
Sagar Sharma
2023-01-05 13:32:52 +05:30
committed by GitHub

View File

@@ -123,6 +123,7 @@
"fieldname": "route", "fieldname": "route",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Route", "label": "Route",
"no_copy": 1,
"unique": 1 "unique": 1
}, },
{ {
@@ -232,11 +233,10 @@
"is_tree": 1, "is_tree": 1,
"links": [], "links": [],
"max_attachments": 3, "max_attachments": 3,
"modified": "2022-03-09 12:27:11.055782", "modified": "2023-01-05 12:21:30.458628",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Item Group", "name": "Item Group",
"name_case": "Title Case",
"naming_rule": "By fieldname", "naming_rule": "By fieldname",
"nsm_parent_field": "parent_item_group", "nsm_parent_field": "parent_item_group",
"owner": "Administrator", "owner": "Administrator",