logicpowerhouse 4 anni fa
parent
commit
aeb0c36ae3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Models/Pro.php

+ 1 - 1
app/Models/Pro.php

@@ -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) {