mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
You can now edit the QSO and change the OPERATOR callsign if its not the one in the login account
This commit is contained in:
parent
a2f8947ba7
commit
5ce70ec532
@ -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'));
|
||||
|
@ -322,6 +322,11 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="operatorCallsign">Operator Callsign</label>
|
||||
<input type="text" id="operatorCallsign" class="form-control" name="operator_callsign" value="<?php echo $COL_OPERATOR; ?>" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user