Merge pull request #461 from AndreasK79/dxcc_choice

Added posibility to manually set dxcc and cq zone in qso entry window.
This commit is contained in:
Peter Goodhall
2020-04-22 15:24:03 +01:00
committed by GitHub
5 changed files with 149 additions and 52 deletions

View File

@@ -23,6 +23,8 @@ class QSO extends CI_Controller {
$data['stations'] = $this->stations->all();
$data['radios'] = $this->cat->radios();
$data['query'] = $this->logbook_model->last_custom('5');
$data['dxcc'] = $this->logbook_model->fetchDxcc();
$data['iota'] = $this->logbook_model->fetchIota();
$this->load->library('form_validation');