* Fix bug #3504.
This commit is contained in:
@@ -2544,6 +2544,9 @@ class project extends control
|
||||
unset($planStory[$id]);
|
||||
continue;
|
||||
}
|
||||
|
||||
if($story->parent < 0) unset($planStory[$id]);
|
||||
|
||||
$planProducts[$story->id] = $story->product;
|
||||
}
|
||||
$planStories = array_keys($planStory);
|
||||
|
||||
Reference in New Issue
Block a user