فهرست منبع

Caremonth - disallow create-claim if rm setup claim is missing

Vijayakrishnan 3 سال پیش
والد
کامیت
e018284f62
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      resources/views/app/patient/care-month/_create-claim.blade.php

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

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