[ADIF Export] Added contest id to export

This commit is contained in:
Andreas
2021-10-07 19:15:08 +02:00
parent c6f9a5a3ae
commit 60536c4d5c

View File

@@ -110,6 +110,8 @@ class AdifHelper {
$line .= $this->getAdifFieldLine("SRX_STRING", $qso->COL_SRX_STRING);
$line .= $this->getAdifFieldLine("CONTEST_ID", $qso->COL_CONTEST_ID);
$line .= $this->getAdifFieldLine("TX_PWR", $qso->COL_TX_PWR);
$line .= $this->getAdifFieldLine("COMMENT", $qso->COL_COMMENT);