From 3be65ae548bfa1b9a72338b004093671bb178086 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 17 Mar 2022 10:48:01 +0100 Subject: [PATCH] Allow for editing QSL MSG comment --- application/models/Logbook_model.php | 7 ++++--- application/views/qso/edit_ajax.php | 12 ++++++++++++ application/views/qso/index.php | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index bfb3d684..fbad52ef 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -617,6 +617,7 @@ class Logbook_model extends CI_Model { 'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), 'COL_EQSL_QSL_SENT' => $this->input->post('eqsl_sent'), 'COL_EQSL_QSL_RCVD' => $this->input->post('eqsl_recv'), + 'COL_QSLMSG' => $this->input->post('qslmsg'), 'COL_LOTW_QSL_SENT' => $this->input->post('lotw_sent'), 'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), 'COL_IOTA' => $this->input->post('iota_ref'), @@ -630,9 +631,9 @@ class Logbook_model extends CI_Model { 'COL_FREQ_RX' => $this->parse_frequency($this->input->post('freq_display_rx')), 'COL_STX_STRING' => $this->input->post('stx_string'), 'COL_SRX_STRING' => $this->input->post('srx_string'), - 'COL_STX' => $stx_string, - 'COL_SRX' => $srx_string, - 'COL_CONTEST_ID' => $this->input->post('contest_name'), + 'COL_STX' => $stx_string, + 'COL_SRX' => $srx_string, + 'COL_CONTEST_ID' => $this->input->post('contest_name'), 'COL_QSL_VIA' => $this->input->post('qsl_via_callsign'), 'station_id' => $stationId, 'COL_OPERATOR' => $this->input->post('operator_callsign'), diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php index 5e377816..206c9f17 100644 --- a/application/views/qso/edit_ajax.php +++ b/application/views/qso/edit_ajax.php @@ -518,6 +518,18 @@ +
+
+ + +
+
+ +
+
+
diff --git a/application/views/qso/index.php b/application/views/qso/index.php index ef1d7ead..63a3b5c5 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -477,7 +477,7 @@
- +