If Gridsquare is empty because of VUCC_GRIDS then show that instead

这个提交包含在:
Peter Goodhall 2018-12-31 12:10:53 +00:00
父节点 02c8b5b68c
当前提交 b10e6e80ef

查看文件

@ -75,6 +75,14 @@ margin: 10px 0;
<td><?php echo $row->COL_GRIDSQUARE; ?></td> <td><?php echo $row->COL_GRIDSQUARE; ?></td>
</tr> </tr>
<?php } ?> <?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) { ?> <?php if($row->COL_NAME != null) { ?>
<tr> <tr>