Merge pull request #1466 from Werzi2001/add_station_name_to_qso_detail

add station profile name to qso detail
This commit is contained in:
Andreas Kristiansen
2022-05-27 20:25:13 +02:00
committed by GitHub

View File

@@ -301,6 +301,10 @@
<td>Station Callsign</td>
<td><?php echo $row->station_callsign; ?></td>
</tr>
<tr>
<td>Station Name</td>
<td><?php echo $row->station_profile_name; ?></td>
</tr>
<tr>
<td>Station Gridsquare</td>
<td><?php echo $row->station_gridsquare; ?></td>