[Bands] SOTA support added

pull/1595/head
Andreas 2022-09-07 09:10:49 +02:00
rodzic e777fcfc5a
commit fe9c6d520d
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -11,7 +11,12 @@ class Sota extends CI_Model {
return null;
}
$this->load->model('bands');
$bandslots = $this->bands->get_worked_bands('sota');
$this->db->where_in("station_id", $logbooks_locations_array);
$this->db->where_in("col_band", $bandslots);
$this->db->order_by("COL_SOTA_REF", "ASC");
$this->db->where('COL_SOTA_REF !=', '');