diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 6452f315c..9232e3c22 100644 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -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':