Ver Fonte

Problems plan (summary) view update

Vijayakrishnan há 3 anos atrás
pai
commit
52f1a7252a

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