diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 662e57d0..6f4517ec 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -80,6 +80,7 @@ class Logbook_model extends CI_Model { 'COL_LON' => null, 'COL_DXCC' => $this->input->post('dxcc_id'), 'COL_CQZ' => $this->input->post('cqz'), + 'COL_SOTA_REF' => trim($this->input->post('sota_ref')), ); if (strpos(trim($this->input->post('locator')), ',') !== false) { @@ -161,6 +162,7 @@ class Logbook_model extends CI_Model { 'COL_LON' => null, 'COL_DXCC' => $this->input->post('dxcc_id'), 'COL_CQZ' => $this->input->post('cqz'), + 'COL_SOTA_REF' => trim($this->input->post('sota_ref')), ); // If station profile has been provided fill in the fields @@ -253,6 +255,7 @@ class Logbook_model extends CI_Model { 'COL_LOTW_QSL_SENT' => $this->input->post('lotw_sent'), 'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), 'COL_IOTA' => $this->input->post('iota_ref'), + 'COL_SOTA_REF' => $this->input->post('sota_ref'), 'COL_QTH' => $this->input->post('qth'), 'COL_PROP_MODE' => $this->input->post('prop_mode'), 'COL_FREQ_RX' => $this->parse_frequency($this->input->post('freq_display_rx')), diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index f8ed38c5..fedeac0c 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -143,6 +143,11 @@