Explorar o código

bypassed is_non_medical

= %!s(int64=3) %!d(string=hai) anos
pai
achega
41cce8f658
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      resources/views/app/patient/note/lhs-tree.blade.php

+ 2 - 2
resources/views/app/patient/note/lhs-tree.blade.php

@@ -47,7 +47,7 @@
 
     <hr>
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Handouts" href="#">Handouts</a></div>
-    @if(!$note->is_non_medical)
+    @if(!$note->is_non_medical || true)
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Prescriptions" href="#">ERx &amp; Orders</a></div>
     @endif
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Incoming Reports" href="#">Incoming Reports</a></div>
@@ -55,7 +55,7 @@
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Supply Orders Summary" href="#">Supply Orders Summary</a></div>
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Vitals Settings" href="#">Vitals Settings</a></div>
     <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="ICDs" href="#">ICDs</a></div>
-    @if(!$note->is_non_medical)
+    @if(!$note->is_non_medical || true)
         @if($pro->pro_type === 'ADMIN')
             <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Bills & Claims Summary" href="#">Bills & Claims Summary</a></div>
         @endif