Ver Fonte

fixed vitals

Josh há 4 anos atrás
pai
commit
c0564979e5
1 ficheiros alterados com 1 adições e 1 exclusões
  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'=>''
         ];
     }
 }