Fix map re non-SAT QSOs

This commit is contained in:
phl0
2026-03-03 08:31:48 +01:00
parent 4ee88dc8d3
commit 0865910e98

View File

@@ -487,6 +487,8 @@ class Logbook_model extends CI_Model {
if ($orbit != 'All' && $orbit != null) {
$this->db->where("satellite.orbit", $orbit);
}
} else {
$this->db->where("COL_PROP_MODE !=", "SAT");
}
break;
case 'IOTA':