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
commit b4867d0cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>