diff --git a/module/story/view/batchedit.html.php b/module/story/view/batchedit.html.php index 5f16b51bbe..3b188e40b9 100644 --- a/module/story/view/batchedit.html.php +++ b/module/story/view/batchedit.html.php @@ -32,7 +32,8 @@ $visibleFields = array(); foreach(explode(',', $showFields) as $field) { - if($field and ($storyType == 'story' or $field != 'stage'))$visibleFields[$field] = ''; + if($storyType == 'requeirment' and $field == 'stage') continue; + if($field) $visibleFields[$field] = ''; } ?>
" id="batchEditForm">