diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index e5154c399b..b22687ffe2 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -237,6 +237,8 @@ $lang->story->createCommon = $storyType == 'story' ? $lang->story->createStory : $value) { + if($storyType == 'requirement' and $value->id == 'plan') $value->show = false; + if($value->show) { $this->datatable->printHead($value, $orderBy, $vars, $canBatchAction); @@ -393,7 +395,7 @@ $lang->story->createCommon = $storyType == 'story' ? $lang->story->createStory : - +