Procházet zdrojové kódy

fixed patients table

= před 3 roky
rodič
revize
ae33dbf7f7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Http/Controllers/AdminController.php

+ 1 - 1
app/Http/Controllers/AdminController.php

@@ -38,7 +38,7 @@ class AdminController extends Controller
     public function patients(Request $request)
     {
         $filters = $request->all();
-        $patients = Client::whereNull('shadow_pro_id')->where('mcp_pro_id', $this->performer->pro->id);
+        $patients = Client::whereNull('shadow_pro_id');
 
         // filters
         /*