* fix for set realStart when edit task.

This commit is contained in:
王怡栋
2021-09-15 10:04:28 +08:00
parent a862b3b850
commit d2ef694ea6
+1 -1
View File
@@ -211,7 +211,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><?php echo html::input('realStarted', helper::isZeroDate($task->realStarted) ? helper::now() : $task->realStarted, "class='form-control form-datetime'");?></td>
<td><?php echo html::input('realStarted', helper::isZeroDate($task->realStarted) ? '' : $task->realStarted, "class='form-control form-datetime'");?></td>
</tr>
<tr>
<th><?php echo $lang->task->finishedBy;?></th>