소스 검색

updated claims-resolver

unknown 4 년 전
부모
커밋
ec98bfbfec
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/app/practice-management/patient-claim-summary.blade.php

+ 2 - 2
resources/views/app/practice-management/patient-claim-summary.blade.php

@@ -19,7 +19,7 @@
                         <td></td>
                     </tr>
                     <tr>
-                        <th class="pl-2">Total notes with billing closed</th>
+                        <th class="pl-2">Billing closed</th>
                         <td class="px-2">{{$notesTotalWithBillingClosed}} / {{ $notesTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">
@@ -31,7 +31,7 @@
                         </td>
                     </tr>
                     <tr>
-                        <th class="pl-2">Total notes with claiming closed</th>
+                        <th class="pl-2">Claiming closed</th>
                         <td class="px-2">{{$notesTotalWithClaimingClosed}} / {{ $notesTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">