diff --git a/module/execution/model.php b/module/execution/model.php index 019c60bac1..2df38dfab2 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -5362,7 +5362,7 @@ class executionModel extends model $title = ''; $disabled = ''; $this->app->loadLang('stage'); - if($project and $project->model == 'ipd' and !$isChild) + if($project and $project->model == 'ipd') { $title = $execution->ipdStage['canStart'] ? '' : sprintf($this->lang->execution->disabledTip->startTip, $this->lang->stage->ipdTypeList[$execution->ipdStage['preAttribute']], $this->lang->stage->ipdTypeList[$execution->attribute]); $disabled = $execution->ipdStage['canStart'] ? '' : 'disabled';