* Finish task #89851.

This commit is contained in:
liumengyi
2023-04-03 09:22:02 +08:00
parent 38bf8ab00a
commit 295c53d6ee
+1 -1
View File
@@ -44,7 +44,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->programplan->PM;?> </th>
<td colspan='2'><?php echo html::select('PM', $PMUsers, '', "class='form-control picker-select'");?></td>
<td colspan='2'><?php echo html::select('PM', $PMUsers, $plan->PM, "class='form-control picker-select'");?></td>
</tr>
<?php if(isset($config->setPercent) and $config->setPercent == 1):?>
<tr>