From 10f67e01be48833bc33b6aa334a781f6d348a7b7 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Sun, 14 May 2023 05:42:04 +0000 Subject: [PATCH] * Fix bug #35135. --- module/programplan/view/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/programplan/view/create.html.php b/module/programplan/view/create.html.php index 42c7bdcae8..c09a3dceee 100644 --- a/module/programplan/view/create.html.php +++ b/module/programplan/view/create.html.php @@ -184,7 +184,7 @@ % - '>model == 'ipd' ? $lang->stage->ipdTypeList : $lang->stage->typeList, '', "class='form-control'") : zget($lang->stage->typeList, $programPlan->attribute);?> + '>model == 'ipd' ? $lang->stage->ipdTypeList : $lang->stage->typeList, '', "class='form-control'") : zget($project->model == 'ipd' ? $lang->stage->ipdTypeList : $lang->stage->typeList, $programPlan->attribute);?> >execution->aclList, empty($programPlan) ? 'open' : $programPlan->acl, "class='form-control' $class");?> >programplan->milestoneList, 0);?>