|
@@ -98,7 +98,7 @@ $points = [
|
|
</div>
|
|
</div>
|
|
<div class="d-inline-flex flex-column ml-1">
|
|
<div class="d-inline-flex flex-column ml-1">
|
|
<?php
|
|
<?php
|
|
- $segment = $note->getSegmentByInternalName('intake_nutrition');
|
|
|
|
|
|
+ $segment = $note->getSegmentByInternalName('plan_nutrition');
|
|
if($segment) {
|
|
if($segment) {
|
|
include resource_path('views/app/patient/segment-templates/_child_plan/nutrition/' . $p['category'] . '/edit-plan.php');
|
|
include resource_path('views/app/patient/segment-templates/_child_plan/nutrition/' . $p['category'] . '/edit-plan.php');
|
|
}
|
|
}
|