diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index 595f7e36..4279149e 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -186,6 +186,10 @@ class Logbook_model extends CI_Model { 'COL_QSL_RCVD' => $this->input->post('qsl_recv'), 'COL_QSL_SENT_VIA' => $this->input->post('qsl_sent_method'), 'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), + 'COL_EQSL_QSL_SENT' => $this->input->post('eqsl_sent'), + 'COL_EQSL_QSL_RCVD' => $this->input->post('eqsl_recv'), + '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_QTH' => $this->input->post('qth'), 'COL_FREQ_RX' => '0', diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 157e6d80..062b0f58 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -163,7 +163,7 @@ Recv -