Procházet zdrojové kódy

updated cellular device matrix

logicpowerhouse před 4 roky
rodič
revize
0c0d8d7f0e

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

@@ -43,11 +43,11 @@
                         <th>Cancelled?</th>
                         <th>HCP ex. amount</th>
 
-                        @if($performer->pro->pro_type == 'ADMIN')
+                        @if($performer->pro->pro_type == 'ADMIN' && false)
                             <th class="border-0">Assessments</th>
                         @endif
 
-                        @if($performer->pro->pro_type == 'ADMIN')
+                        @if($performer->pro->pro_type == 'ADMIN' && false)
                             <th class="border-0">Claims</th>
                         @endif
                         <th class="px-3 border-0">Created</th>
@@ -82,7 +82,7 @@
                             <td>{{ $bill->is_cancelled ?'Yes':'No'}}</td>
                             <td>{{ $bill->hcp_expected_payment_amount }}</td>
 
-                            @if($performer->pro->pro_type == 'ADMIN')
+                            @if($performer->pro->pro_type == 'ADMIN' && false)
                                 <td>
                                     <table class="table table-sm table-condensed table-stripe">
                                         <thead>
@@ -102,7 +102,7 @@
                                     </table>
                                 </td>
                             @endif
-                            @if($performer->pro->pro_type == 'ADMIN')
+                            @if($performer->pro->pro_type == 'ADMIN' && false)
                                 <td>
                                     <table class="table table-sm table-condensed table-stripe">
                                         <tbody>