소스 검색

updated claims-resolver

unknown 4 년 전
부모
커밋
633c1385c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>