From f13c6bdcb3ce66d432dc732594ed1cbc6a1044a7 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 21 Aug 2011 15:15:10 +0100 Subject: [PATCH] Added ability to edit a locator once qso had been saved --- application/models/logbook_model.php | 1 + application/views/qso/edit.php | 5 +++++ 2 files changed, 6 insertions(+) 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