diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index d07ddc67..8e2f0b90 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -55,6 +55,7 @@ class Logbook_model extends CI_Model { 'COL_MODE' => $this->input->post('mode'), 'COL_RST_RCVD' => $this->input->post('rst_recv'), 'COL_RST_SENT' => $this->input->post('rst_sent'), + 'COL_GRIDSQUARE' => $this->input->post('locator'), 'COL_COMMENT' => $this->input->post('comment'), 'COL_NAME' => $this->input->post('name'), 'COL_SAT_NAME' => $this->input->post('sat_name'), diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 3cd64b7e..a3ad8be4 100644 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -46,6 +46,11 @@ + + Locator + + + Name