* [bug#55693,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-09-27 17:07:03 +08:00
committed by 王怡栋
parent 4f47b27607
commit 860a3c2e9c
+5
View File
@@ -1234,6 +1234,11 @@ class projectZen extends project
}
}
foreach($linkedProducts as $product)
{
if($product->deleted == '1') $product->name = $product->name . ' (' . $this->lang->product->deleted . ')';
}
$this->view->currentProducts = $currentProducts;
$this->view->otherProducts = $otherProducts;
$this->view->branchGroups = $branchGroups;