Explorar el Código

updated claims-resolver

unknown hace 4 años
padre
commit
633c1385c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

+ 1 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -130,7 +130,7 @@
                 <strong>{{ $note->hcpPro->displayName() }}</strong>
             </td>
             <td>
-                <a href="/patients/view/{{ $note->hcpPro->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">
+                <a href="/patients/view/{{ $note->client->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">
                     {{ friendly_date_time($d, false) }}
                 </a>
             </td>