소스 검색

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

root 1 년 전
부모
커밋
24c944dba2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/segment-templates/omega_vitals/edit.blade.php

+ 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();