diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 406fdcc8..91eab056 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -607,6 +607,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_SIG' => $this->input->post('sig'), 'COL_SIG_INFO' => $this->input->post('sig_info'), 'COL_DARC_DOK' => $this->input->post('darc_dok'), diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index ea17c1c6..407f5e9c 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -86,7 +86,15 @@ } ?> - + + +
+ + + Give power value in Watts. Include only numbers in the input. +
+ +
diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php index 3148e84e..7a126a7d 100644 --- a/application/views/qso/edit_ajax.php +++ b/application/views/qso/edit_ajax.php @@ -165,6 +165,11 @@ ?>
+
+ + + Give power value in Watts. Include only numbers in the input. +