浏览代码

updated claims-resolver

unknown 4 年之前
父节点
当前提交
db22973027
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/practice-management/patient-claim-summary.blade.php

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

@@ -20,7 +20,7 @@
                     </tr>
                     <tr>
                         <th class="pl-2">Total notes with billing closed</th>
-                        <td class="px-2 text-center">{{$notesTotalWithBillingClosed}}</td>
+                        <td class="px-2 text-center">{{$notesTotalWithBillingClosed}} / {{ $notesTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">
                                 <span class="fill-percent-value">{{round(($notesTotalWithBillingClosed) *100/ $notesTotal, 1)}}%</span>