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

Use "EXAM" templates for "Objective" as well

Vijayakrishnan Krishnan преди 4 години
родител
ревизия
5e8650a26b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/views/app/patient/note/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/note/dashboard.blade.php

@@ -245,7 +245,7 @@
                                     <span class="edit-trigger"></span>
                                 </a>
                                 <?php $sectionInternalName = $section->sectionTemplate->internal_name; ?>
-                                @if($sectionInternalName === "exam")
+                                @if($sectionInternalName === "exam" || $sectionInternalName === "objective")
                                     @include('app/patient/note/_templates-exam-index')
                                 @else
                                     @include('app/patient/note/_templates-index')