* Resolve feedback#1692
This commit is contained in:
@@ -249,7 +249,7 @@ class product extends control
|
||||
$showBranch = $this->loadModel('branch')->showBranch($productID);
|
||||
|
||||
/* Get stories. */
|
||||
if($isProjectStory)
|
||||
if($isProjectStory and $storyType == 'story')
|
||||
{
|
||||
$showBranch = $this->loadModel('branch')->showBranch($productID, 0, $projectID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user