Explorar o código

Nutrition segments - plan upserted against intake segment - fix

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
846fac5a83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');
                                 }