瀏覽代碼

Appointment overhaul (wip)

Vijayakrishnan 3 年之前
父節點
當前提交
39ed93fa9f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/mcp/patients.blade.php

+ 2 - 2
resources/views/app/mcp/patients.blade.php

@@ -62,8 +62,8 @@
                                 {{$coverage->toString()}}
                             @endif
                         </td>
-                        <td>{{$patient->lastMcpAppointment() ? $patient->lastMcpAppointment()->start_date : '-'}}</td>
-                        <td>{{$patient->nextMcpAppointment() ? $patient->nextMcpAppointment()->start_date : '-'}}</td>
+                        <td>{{$patient->lastMcpAppointment() ? $patient->lastMcpAppointment()->raw_date : '-'}}</td>
+                        <td>{{$patient->nextMcpAppointment() ? $patient->nextMcpAppointment()->raw_date : '-'}}</td>
                         <td>{{$patient->nextMcpAppointment() ? $patient->nextMcpAppointment()->status : '-'}}</td>
                         <td>{{$patient->is_enrolled_in_cm ? 'Yes' : 'No'}}</td>
                         <td>{{$patient->is_enrolled_in_rm ? 'Yes' : 'No'}}</td>