add tx_power to LogbookModel/edit function
这个提交包含在:
父节点
29809b2836
当前提交
963f58f0ee
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -601,6 +601,7 @@ class Logbook_model extends CI_Model {
|
||||||
'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'),
|
'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'),
|
||||||
'COL_IOTA' => $this->input->post('iota_ref'),
|
'COL_IOTA' => $this->input->post('iota_ref'),
|
||||||
'COL_SOTA_REF' => $this->input->post('sota_ref'),
|
'COL_SOTA_REF' => $this->input->post('sota_ref'),
|
||||||
|
'COL_TX_PWR' => $this->input->post('transmit_power'),
|
||||||
'COL_DARC_DOK' => $this->input->post('darc_dok'),
|
'COL_DARC_DOK' => $this->input->post('darc_dok'),
|
||||||
'COL_QTH' => $this->input->post('qth'),
|
'COL_QTH' => $this->input->post('qth'),
|
||||||
'COL_PROP_MODE' => $this->input->post('prop_mode'),
|
'COL_PROP_MODE' => $this->input->post('prop_mode'),
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用