This commit is contained in:
liumengyi
2024-04-25 17:12:02 +08:00
committed by caoyanyi
parent 59f4fcb38d
commit de34b26921
+1 -1
View File
@@ -50,7 +50,7 @@ class productsBox extends wg
}
elseif(!empty($project) && empty($project->hasProduct) && !in_array($project->model, array('waterfall', 'kanban', 'waterfallplus')))
{
$productsBox = $this->buildOnlyLinkPlans($productItems);
$productsBox = $this->buildOnlyLinkPlans($linkedProducts);
}
else
{