@@ -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