diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php
index 24779adb32..8a20dffe85 100644
--- a/module/execution/ui/view.html.php
+++ b/module/execution/ui/view.html.php
@@ -709,7 +709,7 @@ div
);
$actions = $this->loadModel('common')->buildOperateMenu($execution);
-if($config->systemMode == 'PLM')
+if($config->systemMode == 'PLM' && $config->edition == 'ipd')
{
$canStart = $this->execution->checkStageStatus($execution->id, 'start');
$canClose = $this->execution->checkStageStatus($execution->id, 'close');