From 8e887f39a23c68802d0529af4edc40609e2f87d2 Mon Sep 17 00:00:00 2001 From: Marica Date: Fri, 10 Jul 2020 12:31:08 +0530 Subject: [PATCH] fix: Skip Progress and Completed by fields on Task Duplication (#22640) --- erpnext/projects/doctype/task/task.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",