unknown před 3 roky
rodič
revize
4a218f3083

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