This commit is contained in:
tianshujie
2023-12-19 18:51:55 +08:00
parent 3f7d77d539
commit f8ac3d0254
+1 -1
View File
@@ -53,7 +53,7 @@ if(!isset($programList[$project->parent]))
}
/* Build linked products and plans form row. */
if($linkedProducts)
if($linkedProducts && $project->hasProduct && $this->config->vision != 'lite')
{
$i = 0;
foreach($linkedProducts as $product)