mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[Print Requested QSLs] Added QSL_VIA to ADIF export.
This commit is contained in:
parent
cc3f646144
commit
018bcfebd9
1 changed files with 4 additions and 0 deletions
|
|
@ -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 != "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue