diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 65dd1d3d5..c8b903b25 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -115,6 +115,7 @@ class Logbook_model extends CI_Model { 'COL_STATE' => trim($this->input->post('usa_state')), 'COL_SOTA_REF' => trim($this->input->post('sota_ref')), 'COL_DARC_DOK' => trim($this->input->post('darc_dok')), + 'COL_NOTES' => $this->input->post('notes'), ); $station_id = $this->input->post('station_profile'); @@ -548,6 +549,7 @@ class Logbook_model extends CI_Model { 'COL_CQZ' => $this->input->post('cqz'), 'COL_SAT_NAME' => $this->input->post('sat_name'), 'COL_SAT_MODE' => $this->input->post('sat_mode'), + 'COL_NOTES' => $this->input->post('notes'), 'COL_QSLSDATE' => date('Y-m-d'), 'COL_QSLRDATE' => date('Y-m-d'), 'COL_QSL_SENT' => $this->input->post('qsl_sent'), diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 63606e931..90147b35c 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -32,6 +32,7 @@ QSO Sats Awards + Notes QSL Station @@ -332,6 +333,14 @@ + +
+ + +