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