diff --git a/erpnext/projects/doctype/task/task.json b/erpnext/projects/doctype/task/task.json index 609c48d2170..8d4552af518 100644 --- a/erpnext/projects/doctype/task/task.json +++ b/erpnext/projects/doctype/task/task.json @@ -183,7 +183,8 @@ { "fieldname": "progress", "fieldtype": "Percent", - "label": "% Progress" + "label": "% Progress", + "no_copy": 1 }, { "default": "0", @@ -358,6 +359,7 @@ "fieldname": "completed_by", "fieldtype": "Link", "label": "Completed By", + "no_copy": 1, "options": "User" } ], @@ -366,7 +368,7 @@ "is_tree": 1, "links": [], "max_attachments": 5, - "modified": "2020-06-24 04:30:53.712091", + "modified": "2020-07-03 12:36:04.960457", "modified_by": "Administrator", "module": "Projects", "name": "Task",