diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index 5d3aadc5..3f739ff4 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -193,6 +193,7 @@ class Logbook_model extends CI_Model { 'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), 'COL_IOTA' => $this->input->post('iota_ref'), 'COL_QTH' => $this->input->post('qth'), + 'COL_PROP_MODE' => $this->input->post('prop_mode'), 'COL_FREQ_RX' => '0', 'COL_STX_STRING' => $this->input->post('stx_string'), 'COL_SRX_STRING' => $this->input->post('srx_string') diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 447689ed..ff383dd8 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -1,112 +1,117 @@
- + - + - + - + - + - + - +