From 56bdf442f94dc5c55ad2bbda73bbb3483cc751e2 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 2 Jan 2024 15:04:15 +0800 Subject: [PATCH] * Fix bug #109893. --- module/project/ui/edit.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/ui/edit.html.php b/module/project/ui/edit.html.php index a8bfa9c9bf..4d53af41fc 100644 --- a/module/project/ui/edit.html.php +++ b/module/project/ui/edit.html.php @@ -54,6 +54,7 @@ if(!isset($programList[$project->parent])) } /* Build linked products and plans form row. */ +$productGroup = array(); if($linkedProducts && $project->hasProduct && $this->config->vision != 'lite') { $i = 0;