Browse Source

Nutrition segments - plan upserted against intake segment - fix

Vijayakrishnan 3 years ago
parent
commit
846fac5a83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/nutrition-center.blade.php

+ 1 - 1
resources/views/app/patient/nutrition-center.blade.php

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