Peter Muturi 2 년 전
부모
커밋
e0233cd536
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/modules/sleep_health_intake/edit.blade.php

+ 1 - 1
resources/views/app/patient/modules/sleep_health_intake/edit.blade.php

@@ -12,7 +12,7 @@ if (!@$sessionKey) {
 	$sessionKey = request()->cookie('sessionKey');
 }
 
-$point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, 'SLEEP_STUDY_INTAKE', $sessionKey);
+$point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, 'SLEEP_HEALTH_INTAKE', $sessionKey);
 
 // replace content data
 $contentData = [