diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 34ec1c34..2e399f4e 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -500,6 +500,7 @@ class Logbook_model extends CI_Model { $this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id'); $this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC', 'left outer'); + $this->db->join('lotw_users', 'lotw_users.callsign = '.$this->config->item('table_name').'.col_call', 'left outer'); $this->db->where('COL_CALL', $call); if ($band != 'All') { if ($band == 'SAT') { diff --git a/application/views/view_log/partial/log_ajax.php b/application/views/view_log/partial/log_ajax.php index 10890ec7..05425204 100644 --- a/application/views/view_log/partial/log_ajax.php +++ b/application/views/view_log/partial/log_ajax.php @@ -102,7 +102,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {