[Print Requested QSLs] Added QSL_VIA to ADIF export.

pull/763/head
Andreas 2020-12-20 22:04:02 +01:00
rodzic cc3f646144
commit 018bcfebd9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,10 @@ class AdifHelper {
$line .= $this->getAdifFieldLine("QSL_SENT", $qso->COL_QSL_SENT);
if ($qso->COL_QSL_VIA) {
$line .= $this->getAdifFieldLine("QSL_VIA", $qso->COL_QSL_VIA);
}
$line .= $this->getAdifFieldLine("COUNTRY", $qso->COL_COUNTRY);
if ($qso->COL_VUCC_GRIDS != "") {