fixbug_25202

This commit is contained in:
sunjun
2022-07-15 01:12:58 +00:00
parent a7bbc6c953
commit d375ccf6a3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<?php if(empty($task->team) or $task->assignedTo == $this->app->user->account or ($task->mode == 'multi' and isset($task->team[$app->user->account]))):?>
<td align='center' class='c-actions'>
<?php
if($this->app->user->admin or $this->app->user->account == $estimate->account)
if($this->app->user->account == $estimate->account)
{
common::printIcon('task', 'editEstimate', "estimateID=$estimate->id", '', 'list', 'pencil', '', 'showinonlybody', true);
common::printIcon('task', 'deleteEstimate', "estimateID=$estimate->id", '', 'list', 'close', 'hiddenwin', 'showinonlybody');