Selaa lähdekoodia

removed billable on na bills

= 3 vuotta sitten
vanhempi
commit
8b701f7781
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      resources/views/app/generic-bills/inline.blade.php

+ 4 - 0
resources/views/app/generic-bills/inline.blade.php

@@ -38,7 +38,9 @@ $genericBills = genericBills($pro, @$patient, @$careMonth, @$entityType, @$entit
                         <th class="border-bottom-0">Context</th>
                     @endif
                     <th class="border-bottom-0">Service</th>
+                    @if(@$label != 'NA')
                     <th class="border-bottom-0">Billable</th>
+                    @endif
                     <th class="border-bottom-0 screen-only">Total</th>
                     <th class="border-bottom-0">Sign</th>
                     <th class="border-bottom-0">Cancellation</th>
@@ -99,6 +101,7 @@ $genericBills = genericBills($pro, @$patient, @$careMonth, @$entityType, @$entit
                                 </div>
                             @endif
                         </td>
+                        @if(@$label != 'NA')
                         <td class="">
                             <?php
                             $totalSeconds = $bill->number_of_units * 3600;
@@ -114,6 +117,7 @@ $genericBills = genericBills($pro, @$patient, @$careMonth, @$entityType, @$entit
                             ?>
                             {{ time_in_hrminsec($totalSeconds) }}
                         </td>
+                        @endif
                         <td class="pr-3 screen-only text-nowrap">
                             @if($bill->has_generic_pro_been_paid)
                                 <span class="text-secondary">Paid. </span>