* Finish task #9020.

This commit is contained in:
Yagami
2021-01-18 09:04:56 +08:00
parent a85e679cc9
commit ad1885be6a
+1
View File
@@ -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)