Kaynağa Gözat

Merge branch 'master' into dev-vj

Vijayakrishnan 3 yıl önce
ebeveyn
işleme
a07b57b42e

+ 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
         /*

+ 5 - 5
resources/views/app/mcp/bills_pending_signature.blade.php

@@ -27,11 +27,11 @@
                         <td>{{ friendly_date_time($row->effective_date, false) }}</td>
                         <td>
                             @if($row->client)
-                                <a target="_blank" native href="{{route('patients.view.dashboard', $row->client)}}">
-                                    {{$row->client->displayName()}}
-                                </a>
-                            @else
-                                -
+                            <a target="_blank" native href="{{route('patients.view.dashboard', $row->client)}}">
+                                {{$row->client->displayName()}}
+                            </a>
+                            @else 
+                            --
                             @endif
                         </td>
                         <td>{{ $row->code }}</td>