diff --git a/module/execution/config.php b/module/execution/config.php index 163e64c818..ae894c97ea 100644 --- a/module/execution/config.php +++ b/module/execution/config.php @@ -183,6 +183,7 @@ elseif($config->systemMode == 'new') { $config->execution->datatable->defaultField = array('id', 'name', 'project', 'PM', 'status', 'progress', 'begin', 'end', 'estimate', 'consumed', 'left', 'burn'); } +else { $config->execution->datatable->defaultField = array('id', 'name', 'PM', 'status', 'progress', 'begin', 'end', 'estimate', 'consumed', 'left', 'burn'); }