Forráskód Böngészése

fixed billing manager

Josh 4 éve
szülő
commit
f3675c977c

+ 1 - 2
resources/views/app/practice-management/billing-manager.blade.php

@@ -13,7 +13,6 @@
             
         </div>
         <div class="card-body p-0">
-        |  | Bill(s) | Assessment(s) | Claim(s)
             <table class="table table-sm table-condensed p-0 m-0">
                 <thead class="bg-light">
                 <tr>
@@ -53,7 +52,7 @@
                                 <tbody>
                                     @foreach($note->bills as $bill)
                                     <tr>
-                                        <td>{{$bill->bill_service_type}}</td>
+                                        <td>{{$bill->code}}</td>
                                         <td>{{$bill->is_signed_by_hcp?'Yes':'No'}}</td>
                                     </tr>
                                     @endforeach