unknown преди 3 години
родител
ревизия
4a218f3083
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      resources/views/app/mcp/patients-table.blade.php

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

@@ -89,11 +89,11 @@
 
             <td class="text-nowrap">{{ $patient->most_recent_cellular_bp_value_pulse }}</td>
 
-            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at) }}</td>
+            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at, false) }}</td>
 
             <td class="text-nowrap">{{ $patient->most_recent_cellular_weight_value ? round($patient->most_recent_cellular_weight_value, 2) : '--' }}</td>
 
-            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at) }}</td>
+            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at, false) }}</td>
 
 {{--			<td class=text-nowrap">{{$patient->is_enrolled_in_cm ? 'Yes' : 'No'}}</td>--}}
 {{--			<td class=text-nowrap">{{$patient->is_enrolled_in_rm ? 'Yes' : 'No'}}</td>--}}