fix noSprint def val

This commit is contained in:
lanzongjun
2022-09-22 09:39:48 +08:00
parent 222a65223f
commit bfba29a435
+1 -1
View File
@@ -76,7 +76,7 @@
<?php if($model == 'scrum' or $model == 'kanban'):?>
<tr>
<th><?php echo $lang->project->noSprint;?></th>
<td colspan='3'><?php echo nl2br(html::radio('noSprint', $lang->project->noSprintList, 1));?></td>
<td colspan='3'><?php echo nl2br(html::radio('noSprint', $lang->project->noSprintList, 0));?></td>
</tr>
<?php endif;?>
<tr>