Explorar o código

updated claims-resolver

unknown %!s(int64=4) %!d(string=hai) anos
pai
achega
25e439dfc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
                             <td>{{$bill->code}}</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>
                         </tr>
                     </table>