Browse Source

updated claims-resolver

unknown 4 years ago
parent
commit
25e439dfc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

+ 1 - 1
resources/views/app/patient/claims-resolver.blade.php

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