Re-added a missing where-statement

pull/1398/head
Andreas 2022-02-28 18:01:51 +01:00
rodzic cc606f12cc
commit 27bd6bc2c0
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -286,6 +286,8 @@ class Logbook_model extends CI_Model {
break;
}
$this->db->where_in('station_id', $logbooks_locations_array);
if ($band != 'All') {
if($band != "SAT") {
$this->db->where('COL_PROP_MODE !=', 'SAT');