From 8dc523cdf38467d43379efab83145568b8074c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Fri, 3 Nov 2017 16:28:15 +0800 Subject: [PATCH] * fix task bug --- module/task/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 716d13446f..dea8f9d19d 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -35,7 +35,7 @@
name, 'class="form-control" autocomplete="off" placeholder="' . $lang->task->name . '"');?> - children) and empty($task->parent)):?> + children) and empty($task->parent) and $task->type != 'affair'):?>