This commit is contained in:
liumengyi
2023-02-28 01:55:52 +00:00
parent 415c19a5d4
commit 33903ea9cb
+1 -1
View File
@@ -45,7 +45,7 @@
</tr>
<?php elseif($app->tab == 'project' and $project->model == 'waterfallplus'):?>
<tr>
<th><?php echo $lang->programplan->parent;?></th>
<th class='c-name'><?php echo $lang->programplan->parent;?></th>
<td><?php echo html::select('parent', $parentStageList, $execution->parent, "class='form-control chosen '");?></td><td></td>
</tr>
<?php endif;?>