From f3d06bde9c449694d00be2a66e24576703cc5e1c Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 18 Jan 2021 11:12:05 +0800 Subject: [PATCH] * Add hour unit to project all. --- module/project/view/all.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/project/view/all.html.php b/module/project/view/all.html.php index 2244e2de97..b54efb6a2b 100644 --- a/module/project/view/all.html.php +++ b/module/project/view/all.html.php @@ -97,9 +97,9 @@ - hours->totalEstimate;?> - hours->totalConsumed;?> - hours->totalLeft;?> + hours->totalEstimate . ' ' . $config->hourUnit;?> + hours->totalConsumed . ' ' . $config->hourUnit;?> + hours->totalLeft . ' ' . $config->hourUnit;?>