Browse Source

updated bill matrix

logicpowerhouse 4 years ago
parent
commit
ae5c197365

+ 0 - 2
resources/views/app/practice-management/hcp-bill-matrix.blade.php

@@ -39,7 +39,6 @@
                         <th>HCP Expected Payment</th>
                         <th>HCP Expected Payment</th>
                         <th>HCP Paid?</th>
                         <th>HCP Paid?</th>
                         <th>HCP Paid Amount</th>
                         <th>HCP Paid Amount</th>
-                        <th>Bill UID</th>
                         <th>Bill Cancelled?</th>
                         <th>Bill Cancelled?</th>
                     </tr>
                     </tr>
                     </thead>
                     </thead>
@@ -66,7 +65,6 @@
                             <td>{{$row->hcp_expected_payment_amount}}</td>
                             <td>{{$row->hcp_expected_payment_amount}}</td>
                             <td>{{$row->has_hcp_been_paid}}</td>
                             <td>{{$row->has_hcp_been_paid}}</td>
                             <td>{{$row->hcp_payment_amount}}</td>
                             <td>{{$row->hcp_payment_amount}}</td>
-                            <td>{{$row->bill_uid ? '-' : '--'}}</td>
                             <td>{{$row->is_bill_cancelled}}</td>
                             <td>{{$row->is_bill_cancelled}}</td>
                         </tr>
                         </tr>
                     @endforeach
                     @endforeach