[Print Requested QSLs] Added QSL_VIA to ADIF export.
这个提交包含在:
父节点
cc3f646144
当前提交
018bcfebd9
共有 1 个文件被更改,包括 4 次插入 和 0 次删除
|
|
@ -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 != "") {
|
||||
|
|
|
|||
正在加载…
在新工单中引用