* Optimize code for task #83214.

This commit is contained in:
liumengyi
2023-01-30 15:32:59 +08:00
parent bda4282189
commit 165e7f5bb0
+1 -1
View File
@@ -34,7 +34,7 @@
</tr>
<?php elseif($project->model == 'kanban'):?>
<?php echo html::hidden('project', $project->id);?>
<?php elseif($app->tab == 'project' and $project->model == 'agileplus'):?>
<?php elseif($project->model == 'agileplus'):?>
<tr>
<th><?php echo $lang->execution->method;?></th>
<td><?php echo zget($lang->execution->typeList, $execution->type);?></td><td></td>