Merge branch '15.2'

This commit is contained in:
wangyidong
2021-08-02 16:31:42 +08:00
63 changed files with 359 additions and 150 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
<?php else:?>
<tr>
<th class='thWidth'><?php echo $lang->testcase->product;?></th>
<td><?php echo common::hasPriv('product', 'browse') ? html::a($this->createLink('product', 'browse', "productID=$case->product"), $productName) : $productName;?></td>
<td><?php echo (common::hasPriv('product', 'browse') and $productName) ? html::a($this->createLink('product', 'browse', "productID=$case->product"), $productName) : $productName;?></td>
</tr>
<?php if($product->type != 'normal'):?>
<tr>