Take station_callsign from profile instead of maintable
这个提交包含在:
父节点
996c5a4864
当前提交
25bdc6fc63
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -138,7 +138,7 @@ class QSO
|
|||
}
|
||||
$this->qsoDateTime = date($custom_date_format . " H:i", strtotime($data['COL_TIME_ON']));
|
||||
|
||||
$this->de = $data['COL_STATION_CALLSIGN'];
|
||||
$this->de = $data['station_callsign'];
|
||||
$this->dx = $data['COL_CALL'];
|
||||
|
||||
$this->mode = $data['COL_MODE'] ?? '';
|
||||
|
|
|
|||
正在加载…
在新工单中引用