From d3285b3d8e145826602edecae2f8ecbea5029fdb Mon Sep 17 00:00:00 2001
From: hufangzhou <746775970@qq.com>
Date: Wed, 12 May 2021 13:19:17 +0800
Subject: [PATCH] * Finish task #38164.
---
module/project/view/view.html.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php
index a4143dd277..c62d77ab46 100644
--- a/module/project/view/view.html.php
+++ b/module/project/view/view.html.php
@@ -169,7 +169,7 @@
|
totalConsumed + $workhour->totalLeft) ? floor($workhour->totalConsumed / ($workhour->totalConsumed + $workhour->totalLeft) * 1000) / 1000 * 100 : 0;?>
- project->progress;?> percent;?>
+ project->progress;?> percent;?>
@@ -179,23 +179,23 @@
| project->begin;?> |
begin;?> |
execution->totalEstimate;?> |
- totalEstimate . $lang->execution->workHour;?> |
+ totalEstimate . $lang->execution->workHour;?> |
| project->end;?> |
end;?> |
execution->totalConsumed;?> |
- totalConsumed . $lang->execution->workHour;?> |
+ totalConsumed . $lang->execution->workHour;?> |
| execution->totalDays;?> |
days;?> |
execution->totalLeft;?> |
- totalLeft . $lang->execution->workHour;?> |
+ totalLeft . $lang->execution->workHour;?> |
| execution->totalHours;?> |
- totalHours . $lang->execution->workHour;?> |
+ totalHours . $lang->execution->workHour;?> |
@@ -208,11 +208,11 @@
| story->common;?> |
- storyCount;?> |
+ storyCount;?> |
task->common;?> |
- taskCount;?> |
+ taskCount;?> |
bug->common;?> |
- bugCount;?> |
+ bugCount;?> |