Răsfoiți Sursa

Remove misleading "only the note's hcp can sign" right before "sign as na"

Vijayakrishnan 3 ani în urmă
părinte
comite
6731929d4f
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      resources/views/app/patient/note/dashboard.blade.php

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

@@ -633,9 +633,7 @@ use App\Models\Handout;
                         @endif
                         @if($note->hcpPro)
                             @if(!$note->is_signed_by_hcp )
-                                @if($note->hcp_pro_id !== $pro->id)
-                                    <span class="text-sm text-secondary screen-only">Only the note's HCP can sign</span>
-                                @else
+                                @if($note->hcp_pro_id === $pro->id)
                                     @if(!$isVisitTemplateBased)
                                         <div moe relative
                                              class="{{ $note->hcp_pro_id !== $pro->id ? 'moe-disabled' : '' }} screen-only"