* Code for task #78672.

This commit is contained in:
Yagami
2022-12-07 14:49:29 +08:00
parent 57dbeba6d9
commit cea279faf1
2 changed files with 23 additions and 0 deletions
+8
View File
@@ -373,6 +373,14 @@
?>
</td>
</tr>
<?php if($product->type != 'normal'):?>
<tr>
<th><?php echo $lang->release->branch;?></th>
<td>
<?php foreach($release->branches as $branchID) echo zget($branches, $branchID, '') . ' ';?>
</td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->release->status;?></th>
<td><?php echo $this->processStatus('release', $release);?></td>