소스 검색

added na join

= 3 년 전
부모
커밋
00081d0cad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/practice-management/notes-resolution-center.blade.php

+ 1 - 1
resources/views/app/practice-management/notes-resolution-center.blade.php

@@ -67,7 +67,7 @@
                 <tr>
                     <td class="text-nowrap text-right pr-2">{{$visitCount}}</td>
                     <td class="text-nowrap">{{$row->client_name}}</td>
-                    <td class="text-nowrap">{{$row->mcp_name}}</td>
+                    <td class="text-nowrap">{{$row->hcp_name}}</td>
                     <td class="text-nowrap">{{$row->na_name}}</td>
                     <td class="text-nowrap">{{$row->chart_number}}</td>
                     <td class="text-nowrap">{{friendly_date($row->effective_dateest)}}</td>