From 6d492381593f1ed42ce3f7b6cd028d10a5b60e3e Mon Sep 17 00:00:00 2001 From: Wolfram Schmidt Date: Sun, 19 Apr 2020 16:49:10 +0200 Subject: [PATCH] Update project.json (#21274) unnecessary requirement for project creation as this is a field of the Type select which will be pre-filled. When creating a project of list view it will also bring up this field as it has "reqd": 1. A new projekt will have the status set to open in most cases. Co-authored-by: Nabin Hait Co-authored-by: Himanshu --- erpnext/projects/doctype/project/project.json | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/projects/doctype/project/project.json b/erpnext/projects/doctype/project/project.json index 49abab1c13..f3cecd9059 100644 --- a/erpnext/projects/doctype/project/project.json +++ b/erpnext/projects/doctype/project/project.json @@ -83,7 +83,6 @@ "oldfieldname": "status", "oldfieldtype": "Select", "options": "Open\nCompleted\nCancelled", - "reqd": 1, "search_index": 1 }, {