소스 검색

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')