From 1409281fd9b13120e0b14323ef767da062f6485a Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Wed, 27 Jan 2021 15:34:58 +0800 Subject: [PATCH] * Finish task#9094. --- module/task/control.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/task/control.php b/module/task/control.php index 362fd59558..a80905b057 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -1543,6 +1543,9 @@ class task extends control $task->canceledDate = substr($task->canceledDate, 0, 10); $task->closedDate = substr($task->closedDate, 0, 10); $task->lastEditedDate = substr($task->lastEditedDate, 0, 10); + $task->estimate = $task->estimate . $this->lang->project->workHourUnit; + $task->consumed = $task->consumed . $this->lang->project->workHourUnit; + $task->left = $task->left . $this->lang->project->workHourUnit; /* Set related files. */ $task->files = '';