unknown 3 سال پیش
والد
کامیت
2f22a28cde
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      app/Models/Client.php

+ 1 - 6
app/Models/Client.php

@@ -810,12 +810,7 @@ ORDER BY m.ts DESC
 
     public function getPrimaryCoverage()
     {
-        // try the latest manual coverage
-        $coverage = $this->latestManualClientPrimaryCoverage;
-        if (!$coverage) {
-            // try the latest coverage
-            $coverage = $this->latestClientPrimaryCoverage;
-        }
+        $coverage = $this->latestClientPrimaryCoverage;
         return $coverage;
     }