瀏覽代碼

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