diff --git a/module/project/control.php b/module/project/control.php index 829c9b88b8..1fcf6c5817 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -765,7 +765,7 @@ class project extends control $this->view->orderBy = $orderBy; $this->view->status = $status; $this->view->users = $this->loadModel('user')->getPairs('noletter'); - $this->view->isStage = isset($project->model) && (in_array($project->model, array('waterfall', 'waterfallplus'))); + $this->view->isStage = isset($project->model) && (in_array($project->model, array('waterfall', 'waterfallplus', 'ipd'))); $this->view->avatarList = $this->user->getAvatarPairs(''); $this->display();