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