From cce29cd63cbe764fbebfb158c4c0fa61990ed977 Mon Sep 17 00:00:00 2001 From: sunjun Date: Fri, 22 Apr 2022 08:48:03 +0800 Subject: [PATCH] *Fixbug_21140 --- module/task/view/recordestimate.html.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php index 9d5ad61e44..0c782791c5 100644 --- a/module/task/view/recordestimate.html.php +++ b/module/task/view/recordestimate.html.php @@ -60,7 +60,7 @@ team) or $task->assignedTo == $this->app->user->account):?> status == 'wait' or $task->status == 'pause' or $task->status == 'doing') and ($this->app->user->admin or $this->app->user->account == $estimate->account)) + if($this->app->user->admin or $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'); @@ -82,7 +82,6 @@ - status, array('wait', 'pause', 'doing'))):?> @@ -96,7 +95,6 @@ -