Browse Source

added number of units

Josh 4 năm trước cách đây
mục cha
commit
53763ac5d3

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

@@ -54,7 +54,7 @@
                                     @foreach($note->bills as $bill)
                                     <tr>
                                         <td>{{$bill->code}}</td>
-                                        @if(strpos($bill->code,'Treatment Services'))
+                                        @if($bill->code == 'Treatment Services')
                                             <td>{{floor($bill->number_of_units*60)}}m</td>
                                         @else
                                             <td>{{$bill->number_of_units}}</td>