You can now edit the QSO and change the OPERATOR callsign if its not the one in the login account
这个提交包含在:
父节点
a2f8947ba7
当前提交
5ce70ec532
共有 2 个文件被更改,包括 6 次插入 和 0 次删除
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用