浏览代码

fixed claim summary table

= 4 年之前
父节点
当前提交
dd8d77d30a
共有 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

@@ -102,7 +102,7 @@
                     <tr>
                         <th>Patient</th>
                         <th>MCP</th>
-                        <th>Medicare Advantage Plan</th>
+                        <th>Payer</th>
                         <th>#Notes without Billing Closed</th>
                         <th>#Notes without Claiming Closed</th>
                         <th>#Notes Total</th>
@@ -122,7 +122,7 @@
                                 </a>
                             </td>
                             <td>{{$patient->mcp}}</td>
-                            <td>{{$patient->medicare_advantage_plan}}</td>
+                            <td>{{$patient->medicare_advantage_plan?$patient->medicare_advantage_plan:'Manual: '.$patient->payer_name}}</td>
                             <td>{{$patient->notes_without_billing_closed}}</td>
                             <td>{{$patient->notes_without_claiming_closed}}</td>
                             <td>{{$patient->notes_total}}</td>