From f8ac3d02549828bd644150f2ff4d012a73050d5f Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 19 Dec 2023 18:51:41 +0800 Subject: [PATCH] * Fix bug #41925. --- module/project/ui/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/ui/edit.html.php b/module/project/ui/edit.html.php index 23bf8d4b6f..75f149a46b 100644 --- a/module/project/ui/edit.html.php +++ b/module/project/ui/edit.html.php @@ -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)