Przeglądaj źródła

Merge branch 'cleanup' of https://rav.triplestart.com/tigerphp/stagfe2 into cleanup

root 1 rok temu
rodzic
commit
24c944dba2

+ 1 - 1
resources/views/app/patient/segment-templates/omega_vitals/edit.blade.php

@@ -50,7 +50,7 @@ $previousVitals = [];
 $previousVitals = \App\Models\Point::where('parent_point_id', $point->id)
     ->where('category', 'REVIEW')
     ->whereIn('added_in_note_id', $last4VisitsIDs)
-    ->orderBy('id', 'ASC')
+    ->orderBy('id', 'DESC')
     ->get();