소스 검색

added data to bm

logicpowerhouse 4 년 전
부모
커밋
831de8c924
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/practice-management/billing-manager.blade.php

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

@@ -57,7 +57,7 @@
                                     <tr>
                                         <td>{{$bill->code}}</td>
                                         @if($bill->code == 'Treatment Services')
-                                            <td>{{ceil($bill->number_of_units*60)}}m</td>
+                                            <td>{{floor($bill->number_of_units*60)}}m</td>
                                         @else
                                             <td>{{$bill->number_of_units}}</td>
                                         @endif