|
@@ -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>
|