Explorar o código

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

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
6731929d4f
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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"