Vijayakrishnan Krishnan 4 éve
szülő
commit
df23fcb266

+ 1 - 1
resources/views/app/video/call.blade.php

@@ -419,7 +419,7 @@
                             console.log(_data);
 
                             // navigate to this patient on LHS
-                            window.top.openInLHS('/patients/view/' + self.clientUid + '/intake', true, false);
+                            window.top.openInLHS('/patients/view/' + self.clientUid, true, false);
 
                         })
                         .fail(function (_data) {

+ 2 - 2
resources/views/layouts/patient.blade.php

@@ -44,9 +44,9 @@
                         <li class="nav-item">
                             <a class="nav-link" href="{{ route('patients.view.documents', ['patient' => $patient]) }}">Documents</a>
                         </li>
-                        <li class="nav-item">
+                        {{--<li class="nav-item">
                             <a class="nav-link" href="/patients/view/{{ $patient->uid }}/intake">Intake</a>
-                        </li>
+                        </li>--}}
                         <?php /*
                         <li class="nav-item">
                             <a class="nav-link" href="{{ route('patients.view.care-plan', ['patient' => $patient]) }}">Care Plan</a>