From f4030314494a4b28cdb36964403fa1da30be0d76 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Thu, 5 Jul 2018 19:38:59 +0530 Subject: [PATCH] [fix] Add Overdue status in Project Task --- erpnext/projects/doctype/project_task/project_task.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/projects/doctype/project_task/project_task.json b/erpnext/projects/doctype/project_task/project_task.json index e5f28b76b1..d215d63bc9 100644 --- a/erpnext/projects/doctype/project_task/project_task.json +++ b/erpnext/projects/doctype/project_task/project_task.json @@ -61,7 +61,7 @@ "label": "Status", "length": 0, "no_copy": 1, - "options": "Open\nWorking\nPending Review\nClosed\nCancelled", + "options": "Open\nWorking\nPending Review\nOverdue\nClosed\nCancelled", "permlevel": 0, "precision": "", "print_hide": 0, @@ -386,7 +386,7 @@ "issingle": 0, "istable": 1, "max_attachments": 0, - "modified": "2018-06-26 11:46:50.890251", + "modified": "2018-07-05 19:34:31.204454", "modified_by": "Administrator", "module": "Projects", "name": "Project Task",