Peter Muturi 1 năm trước cách đây
mục cha
commit
7091640dff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/patient/note/dashboard.blade.php

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

@@ -410,6 +410,7 @@ use App\Models\Handout;
                                 Clone
                             </a>
                         @endif
+                        <a href="{{route('print-note', ['patient' => $patient, 'note' => $note])}}" native target="_blank" class="pl-2 pr-3 pt-1 d-block text-nowrap text-sm"><i class="fa fa-print"></i></a>
                     </div>
                 </div>
             @elseif(!$note->is_signed_by_hcp && ($note->hcp_pro_id === $pro->id || $note->ally_pro_id === $pro->id))
@@ -449,7 +450,6 @@ use App\Models\Handout;
                 {{-- v1. print-note --}}
                 {{-- v2. print-note-v2 --}}
                 {{-- v3. print-note-v3 --}}
-                <!-- <a href="{{route('print-note', ['patient' => $patient, 'note' => $note])}}" native target="_blank" class=""><i class="fa fa-print"></i></a> -->
                 <a href="{{route('print-note-v3', ['patient' => $patient, 'note' => $note])}}" native target="_blank"><i class="fa fa-print"></i></a>
                 @if($performer->pro->is_admin)
                     <a href="{{'/practice-management/notes-resolution-center-v2?uid='.$note->uid}}" target="_blank">NRC</a>