Prechádzať zdrojové kódy

updated claims-resolver

unknown 4 rokov pred
rodič
commit
25e439dfc9

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