*Fix bug 17682.

This commit is contained in:
songchenxuan
2021-12-23 16:24:11 +08:00
parent 47d7d7a92d
commit 2507b9ba75
9 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<tr>
<th class='c-id'><?php echo $lang->idAB;?></th>
<?php if($config->systemMode == 'new' and isset($project) and $project->model == 'scrum'):?>
<th class='c-project required' style="width:100%"><?php echo $lang->execution->project;?></th>
<th class='c-project required' style="width:100%"><?php echo $lang->execution->projectName;?></th>
<?php endif;?>
<th class='required <?php echo $minWidth?>' style="width:100%"><?php echo $lang->execution->$name;?></th>
<th class='c-code required'><?php echo $lang->execution->$code;?></th>