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;?> |
|