diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 4e71421c..0ceabc82 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -248,6 +248,7 @@ class Logbook_model extends CI_Model { 'COL_SRX_STRING' => $this->input->post('srx_string'), 'COL_QSL_VIA' => $this->input->post('qsl_via_callsign'), 'station_id' => $this->input->post('station_profile'), + 'COL_OPERATOR' => $this->input->post('operator_callsign'), ); $this->db->where('COL_PRIMARY_KEY', $this->input->post('id')); diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 45da0ce3..59ea8877 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -322,6 +322,11 @@ +
+ + +
+