@@ -258,7 +258,7 @@
<tr>
<td>{{$bill->code}}</td>
<td>
- {{str_contains($bill->code, 'Treatment Services') ? $bill->number_of_units * 60 . ' mins.' : $bill->number_of_units}}
+ {{str_contains($bill->code, 'Treatment Services') ? Math.floor($bill->number_of_units * 60) . ' mins.' : $bill->number_of_units}}
</td>
</tr>
</table>