From 01cade18feb05fdf8122d58e9becb82d05871dc1 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 5 Mar 2020 18:31:54 +0000 Subject: [PATCH] Added USA State to the edit fields list --- 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 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 @@