Merge pull request #1466 from Werzi2001/add_station_name_to_qso_detail

add station profile name to qso detail
这个提交包含在:
Andreas Kristiansen 2022-05-27 20:25:13 +02:00 提交者 GitHub
当前提交 b4867d0cfa
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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