Merge pull request #464 from AndreasK79/edit_qso_improvements

Edit qso improvements
This commit is contained in:
Peter Goodhall
2020-04-22 15:29:45 +01:00
committed by GitHub
3 changed files with 266 additions and 103 deletions

View File

@@ -106,7 +106,9 @@ class QSO extends CI_Controller {
$this->form_validation->set_rules('time_off', 'End Date', 'required');
$this->form_validation->set_rules('callsign', 'Callsign', 'required');
$data = $query->row();
$data['qso'] = $query->row();
$data['dxcc'] = $this->logbook_model->fetchDxcc();
$data['iota'] = $this->logbook_model->fetchIota();
if ($this->form_validation->run() == FALSE)
{