Add MY_WWFF_REF to station profile

This commit is contained in:
phl0
2022-08-17 14:33:15 +02:00
parent f450392440
commit cc621bebd7
7 changed files with 50 additions and 2 deletions

View File

@@ -189,6 +189,8 @@ class AdifHelper {
$line .= $this->getAdifFieldLine("MY_SOTA_REF", $qso->station_sota);
$line .= $this->getAdifFieldLine("MY_WWFF_REF", $qso->station_wwff);
$line .= $this->getAdifFieldLine("MY_CQ_ZONE", $qso->station_cq);
$line .= $this->getAdifFieldLine("MY_ITU_ZONE", $qso->station_itu);