Explorar el Código

Merge branch 'master' of https://rav.triplestart.com/jmudaka/stagfe2

logicpowerhouse hace 4 años
padre
commit
5ec982f2c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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', '!=', true)
+                ->where('is_cellular_zero', false)
                 ->where(function ($q) {
                     $q->whereNull('status')
                         ->orWhere(function ($q2) {