* Code for task #93378.

This commit is contained in:
Yagami
2023-05-18 13:09:12 +08:00
parent f3cafbbed9
commit 10424a2811
+1 -1
View File
@@ -202,7 +202,7 @@
<?php $i ++;?>
<?php endforeach;?>
<?php endif;?>
<?php if($project->model != 'ipd'):?>
<?php if($project->model != 'ipd' or $planID):?>
<?php for($j = 0; $j < 5; $j ++):?>
<tr class='addedItem'>
<td class='<?php echo $typeClass;?>'><?php echo html::select("type[$i]", $lang->execution->typeList, '', "class='form-control chosen'");?></td>