diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php
index 4eaff3effa..abee5700a6 100644
--- a/module/execution/view/all.html.php
+++ b/module/execution/view/all.html.php
@@ -78,7 +78,9 @@
idAB);?>
systemMode == 'new')) ? $lang->execution->execName : $lang->execution->name);?> |
- execution->code);?> |
+
+ systemMode == 'new')) ? $lang->execution->execCode : $lang->execution->code);?> |
+
systemMode == 'new' and $this->app->tab == 'execution'):?>
execution->projectName);?> |
@@ -135,7 +137,9 @@
+
code;?> |
+
systemMode == 'new' and $this->app->tab == 'execution'):?>
projectName;?>
|