diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index b5bd539b..3e925bb0 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -601,6 +601,7 @@ class Logbook_model extends CI_Model { '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_TX_PWR' => $this->input->post('transmit_power'), 'COL_DARC_DOK' => $this->input->post('darc_dok'), 'COL_QTH' => $this->input->post('qth'), 'COL_PROP_MODE' => $this->input->post('prop_mode'),