Jelajahi Sumber

Use "EXAM" templates for "Objective" as well

Vijayakrishnan Krishnan 4 tahun lalu
induk
melakukan
5e8650a26b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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')