* Finish task #9020.
This commit is contained in:
@@ -2392,6 +2392,7 @@ class storyModel extends model
|
||||
$branches = array();
|
||||
foreach($stories as $story)
|
||||
{
|
||||
$story->estimate .= $this->lang->story->hour;
|
||||
if(empty($story->branch) and $story->productType != 'normal') $branches[$story->productBranch][$story->id] = $story->id;
|
||||
}
|
||||
foreach($branches as $branchID => $storyIdList)
|
||||
|
||||
Reference in New Issue
Block a user