diff --git a/module/datatable/control.php b/module/datatable/control.php index 5828cf1304..6c2ac149dd 100644 --- a/module/datatable/control.php +++ b/module/datatable/control.php @@ -128,10 +128,9 @@ class datatable extends control if(zget($this->config->datatable->moduleAlias, "$module-$method", $module) == 'story') { unset($cols['product'], $cols['module']); - if($extra != 'requirement') unset($cols['SRS']); if($extra != 'story') { - foreach(array('taskCount', 'bugCount', 'caseCount', 'URS') as $field) unset($cols[$field]); + foreach(array('taskCount', 'bugCount', 'caseCount') as $field) unset($cols[$field]); $cols['title']['title'] = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title); } }