This commit is contained in:
tianshujie
2023-12-16 17:06:35 +08:00
parent 9104bb5b23
commit dc36fb48fe
+1 -1
View File
@@ -42,7 +42,7 @@ $fnGenerateStageByProductList = function() use ($productID, $productList, $proje
/* Generate checkboxes for sub-stage management. */
$fnGenerateSubPlanManageFields = function() use ($lang, $planID, $project, $executionType)
{
if(empty($planID) || in_array($project->model, array('waterfallplus', 'ipd'))) return div();
if(empty($planID) || !in_array($project->model, array('waterfallplus', 'ipd'))) return div();
$typeList = $project->model == 'ipd' ? $lang->stage->ipdTypeList : $lang->programplan->typeList;