Преглед на файлове

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;