unknown 4 роки тому
батько
коміт
2ed82488e8

+ 0 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -861,7 +861,6 @@ class PracticeManagementController extends Controller
     {
 
         $claimsTotal = DB::select(DB::raw("SELECT COUNT(*) FROM claim WHERE is_cancelled IS NOT TRUE"));
-        $notesTotal = DB::select(DB::raw("SELECT COUNT(*) FROM claim WHERE is_cancelled IS NOT TRUE AND "));
 
         $performerPro = $this->performer->pro;
         $allPros = [];