Browse Source

fixed vitals

Josh 4 năm trước cách đây
mục cha
commit
c0564979e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/patient/partials/vitals.blade.php

+ 1 - 1
resources/views/app/patient/partials/vitals.blade.php

@@ -21,7 +21,7 @@ foreach($vitalLabels as $vitalLabel){
     if(!isset($vitalValues[$vitalLabel])){
         $vitalValues[$vitalLabel] = [
             'value' => '',
-            'effective_date'=>''
+            'effectiveDate'=>''
         ];
     }
 }