Browse Source

removed cm setup was performed warning

= 3 years ago
parent
commit
c5302eb588
1 changed files with 6 additions and 0 deletions
  1. 6 0
      resources/views/app/patient/note/_create-claim.blade.php

+ 6 - 0
resources/views/app/patient/note/_create-claim.blade.php

@@ -1,5 +1,11 @@
 @if($note->is_claim_closed)
     <b class="ml-2 text-info">[CLAIMING CLOSED]</b>
+@elseif($pro->pro_type === 'ADMIN' && $note->was_cm_setup_performed && $note->cm_setup_manager_signature_status !== 'SIGNED')
+    <span class="mx-2 text-secondary">|</span>
+    <span class="text-warning-mellow font-weight-bold">
+        <i class="fa fa-exclamation-triangle"></i>
+        CM setup was performed, but manager sign is pending
+    </span>
 @else
     <span class="mx-2 text-secondary">|</span>
     <a href="#" onclick="return showStagPopup('create-claim')">Create Claim</a>