Merge branch 'zentaopms_261_bug_#29713' into 'master'

* Fix bug #29713.

See merge request easycorp/zentaopms!6150
This commit is contained in:
王怡栋
2022-11-15 03:14:48 +00:00
+1 -1
View File
@@ -334,7 +334,7 @@ tbody tr td:first-child input {display: none;}
</tr>
<?php if($build->execution):?>
<tr>
<th><?php echo $lang->build->execution;?></th>
<th><?php echo empty($multipleProject) ? $lang->build->project : $lang->build->execution;?></th>
<td><?php echo zget($executions, $build->execution);?></td>
</tr>
<?php else:?>