From 88dd0e225d4da004ea9c76b71a53e9201cc0627c Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Thu, 15 Jun 2023 11:03:28 +0800 Subject: [PATCH] * Fix bug #35888. --- module/kanban/view/importexecution.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/kanban/view/importexecution.html.php b/module/kanban/view/importexecution.html.php index ff5cf423a5..4c3d0fa26c 100644 --- a/module/kanban/view/importexecution.html.php +++ b/module/kanban/view/importexecution.html.php @@ -79,9 +79,9 @@ execution->statusList, $execution->status);?> PM);?> end;?> - hours->totalEstimate;?> - hours->totalConsumed;?> - hours->totalLeft;?> + estimate;?> + consumed;?> + left;?>