diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php index 951b99d805..3a0a975e03 100644 --- a/module/execution/ui/view.html.php +++ b/module/execution/ui/view.html.php @@ -332,7 +332,7 @@ div ); $programDom = null; -if($execution->projectInfo->grade > 1) +if($config->systemMode == 'ALM' && $execution->projectInfo->grade > 1) { foreach($programList as $programID => $name) {