diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 4791bc75..17d2550a 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -282,6 +282,7 @@ class Logbook_model extends CI_Model { 'COL_QSL_VIA' => $this->input->post('qsl_via_callsign'), 'station_id' => $this->input->post('station_profile'), 'COL_OPERATOR' => $this->input->post('operator_callsign'), + 'COL_STATE' =>$this->input->post('usa_state') ); $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 869d9466..83d6680f 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -155,6 +155,11 @@