Parcourir la source

Disable templates in ROS

Vijayakrishnan il y a 3 ans
Parent
commit
a6e041ab5e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      resources/views/app/patient/note/segment.blade.php

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

@@ -92,7 +92,7 @@
                 </a>
             @endif
 
-            @include('app/patient/note/_templates-v2-index', ['sectionInternalName' => $segment->segmentTemplate->internal_name])
+            {{--@include('app/patient/note/_templates-v2-index', ['sectionInternalName' => $segment->segmentTemplate->internal_name])--}}
 
         @endif