瀏覽代碼

removed cm setup was performed warning

= 3 年之前
父節點
當前提交
35cf532289
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      resources/views/app/patient/note/_create-claim.blade.php

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

@@ -1,11 +1,5 @@
 @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>