If Gridsquare is empty because of VUCC_GRIDS then show that instead
这个提交包含在:
父节点
02c8b5b68c
当前提交
b10e6e80ef
共有 1 个文件被更改,包括 8 次插入 和 0 次删除
|
|
@ -76,6 +76,14 @@ margin: 10px 0;
|
|||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($row->COL_VUCC_GRIDS != null) { ?>
|
||||
<tr>
|
||||
<td>QRA</td>
|
||||
<td><?php echo $row->COL_VUCC_GRIDS; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<?php if($row->COL_NAME != null) { ?>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
|
|
|
|||
正在加载…
在新工单中引用