If Gridsquare is empty because of VUCC_GRIDS then show that instead

pull/248/head
Peter Goodhall 2018-12-31 12:10:53 +00:00
rodzic 02c8b5b68c
commit b10e6e80ef
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -75,6 +75,14 @@ margin: 10px 0;
<td><?php echo $row->COL_GRIDSQUARE; ?></td>
</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>