Ver Fonte

Include old cem only if not a visit note

Vijayakrishnan há 3 anos atrás
pai
commit
c27e5fe7e8
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      resources/views/app/patient/note/dashboard.blade.php

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

@@ -2210,7 +2210,9 @@
     </div>
     <div class="note-templates-underlay"></div>
     @include('app.patient.note.dashboard_script')
-    {{--@include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide', 'noEditLink' => true])--}}
+    @if(!$isVisitTemplateBased)
+    @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'rx', 'class' => 'wide', 'noEditLink' => true])
+    @endif
     @if($isVisitTemplateBased)
     <script>
         (function() {