fixed bug where country wasnt updated when editing a qso
这个提交包含在:
父节点
93156261e2
当前提交
7c4db8ad66
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -177,6 +177,7 @@ class Logbook_model extends CI_Model {
|
|||
'COL_GRIDSQUARE' => $this->input->post('locator'),
|
||||
'COL_COMMENT' => $this->input->post('comment'),
|
||||
'COL_NAME' => $this->input->post('name'),
|
||||
'COL_COUNTRY' => $this->input->post('country'),
|
||||
'COL_SAT_NAME' => $this->input->post('sat_name'),
|
||||
'COL_SAT_MODE' => $this->input->post('sat_mode'),
|
||||
'COL_QSLSDATE' => date('Y-m-d'),
|
||||
|
|
|
|||
正在加载…
在新工单中引用