diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php
index 4153a61e18..18a612f7a8 100644
--- a/module/task/view/recordestimate.html.php
+++ b/module/task/view/recordestimate.html.php
@@ -45,7 +45,7 @@
task->consumed;?> |
task->left;?> |
comment;?> |
- team) or $task->assignedTo == $this->app->user->account) echo $lang->actions;?> |
+ team) or ($task->assignedTo == $this->app->user->account or ($task->mode == 'multi' and isset($task->team[$app->user->account])))) echo $lang->actions;?> |
@@ -57,7 +57,7 @@
consumed . ' ' . $lang->execution->workHourUnit;?> |
left . ' ' . $lang->execution->workHourUnit;?> |
work;?> |
- team) or $task->assignedTo == $this->app->user->account):?>
+ team) or ($task->assignedTo == $this->app->user->account or ($task->mode == 'multi' and isset($task->team[$app->user->account])))):?>
app->user->admin or $this->app->user->account == $estimate->account)
|