소스 검색

Problems plan (summary) view update

Vijayakrishnan 3 년 전
부모
커밋
52f1a7252a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/segment-templates/plan_problems/summary.blade.php

+ 1 - 1
resources/views/app/patient/segment-templates/plan_problems/summary.blade.php

@@ -4,7 +4,7 @@ use App\Models\Point;
 
 /** @var \App\Models\Client $patient */
 
-$problems = Point::getPlanPointsOfCategory($patient, 'PROBLEM', $note);
+$problems = Point::getPointsOfCategoryExtended($patient, 'PROBLEM', $note);
 
 $numRelevant = 0;
 $numVisible = 0;