* Code for task #69596.

This commit is contained in:
sunguangming
2022-09-21 16:06:14 +08:00
parent a9241fb173
commit faa8fae956
7 changed files with 18 additions and 16 deletions
+2
View File
@@ -146,10 +146,12 @@
<td><?php echo common::hasPriv('caselib', 'browse') ? html::a($this->createLink('caselib', 'browse', "libID=$case->lib"), $libName) : $libName;?></td>
</tr>
<?php else:?>
<?php if(!$product->shadow):?>
<tr>
<th class='thWidth'><?php echo $lang->testcase->product;?></th>
<td><?php echo (common::hasPriv('product', 'browse') and $productName) ? html::a($this->createLink('product', 'browse', "productID=$case->product"), $productName) : $productName;?></td>
</tr>
<?php endif;?>
<?php if($product->type != 'normal'):?>
<tr>
<th><?php echo sprintf($lang->product->branch, $lang->product->branchName[$product->type]);?></th>