From 9f024fbdc430b49a62026eed66edf0c1d25056d9 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Sun, 3 Mar 2013 01:06:48 +0000 Subject: [PATCH] * if status of task is not wait and doing, can't record estimate. --- module/task/view/recordestimate.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php index df091b15fa..25148d9d81 100644 --- a/module/task/view/recordestimate.html.php +++ b/module/task/view/recordestimate.html.php @@ -42,6 +42,7 @@ + status == 'wait' or $task->status == 'doing'):?> @@ -56,6 +57,7 @@ +