Ver Fonte

updated

logicpowerhouse há 4 anos atrás
pai
commit
b0ae8f28c5

+ 1 - 1
resources/views/app/practice-management/treatment-services-util.blade.php

@@ -29,7 +29,7 @@
                         <tr>
                             <td>
                                 {{$x->effective_date}} ---
-                                {{ $dowMap(date('w', strtotime($x->effective_date))) }}
+                                {{ $dowMap[date('w', strtotime($x->effective_date))] }}
                             </td>
                             <td>{{$x->total_hrs}}</td>
                         </tr>