Copy xOTA refs upon QSO edit

这个提交包含在:
phl0 2024-02-05 13:10:32 +01:00
父节点 5422872aa0
当前提交 03ae7bb60f
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -1059,6 +1059,10 @@ class Logbook_model extends CI_Model
$station_profile = $CI->stations->profile_clean($stationId);
$stationCallsign = $station_profile->station_callsign;
$iotaRef = $station_profile->station_iota;
$sotaRef = $station_profile->station_sota;
$wwffRef = $station_profile->station_wwff;
$potaRef = $station_profile->station_pota;
$mode = $this->get_main_mode_if_submode($this->input->post('mode'));
if ($mode == null) {
@ -1233,6 +1237,10 @@ class Logbook_model extends CI_Model
'COL_QSL_VIA' => $this->input->post('qsl_via_callsign'),
'station_id' => $stationId,
'COL_STATION_CALLSIGN' => $stationCallsign,
'COL_MY_IOTA' => $iotaRef,
'COL_MY_SOTA_REF' => $sotaRef,
'COL_MY_WWFF_REF' => $wwffRef,
'COL_MY_POTA_REF' => $potaRef,
'COL_OPERATOR' => $this->input->post('operator_callsign'),
'COL_STATE' => $this->input->post('usa_state'),
'COL_CNTY' => $uscounty