From 9ea8a876b2544ebedec82e9b4aa33984e0efff0f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 18 Apr 2024 14:35:00 +0800 Subject: [PATCH] * Fix bug #48041. --- module/task/ui/edit.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/ui/edit.html.php b/module/task/ui/edit.html.php index 5cf09ff17b..e30eb32836 100644 --- a/module/task/ui/edit.html.php +++ b/module/task/ui/edit.html.php @@ -337,8 +337,8 @@ detailBody setClass('text-left'), h::th(), h::th($lang->task->teamMember), - h::th($lang->task->estimate), - h::th($lang->task->consumedAB), + !empty($task->team) ? h::th($lang->task->estimate) : null, + !empty($task->team) ? h::th($lang->task->consumedAB) : null, h::th($lang->task->left) ), $teamForm,