|
@@ -334,7 +334,7 @@ class Pro extends Model
|
|
|
$measurementsQuery
|
|
|
->whereNotNull('client_bdt_measurement_id')
|
|
|
->whereNotNull('ts')
|
|
|
- ->where('is_cellular_zero', '!=', 'NO')
|
|
|
+ ->where('is_cellular_zero', '!=', 'YES')
|
|
|
->where(function ($q) {
|
|
|
$q->whereNull('status')
|
|
|
->orWhere(function ($q2) {
|