From 5ce70ec532d0612d58e7fe5747d3552db46b79e7 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 6 Oct 2019 16:08:11 +0100 Subject: [PATCH] You can now edit the QSO and change the OPERATOR callsign if its not the one in the login account --- 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 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 @@ +
+ + +
+