Explorar o código

resolved conflict

= %!s(int64=4) %!d(string=hai) anos
pai
achega
d4c59f7d83
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      resources/views/app/patient/claims-resolver.blade.php

+ 2 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -22,6 +22,7 @@
     $totalNotesWithBillingClosed = 0;
     $totalNotesWithClaimingClosed = 0;
     foreach($patient->notesAscending as $note){
+        if($note->is_cancelled) continue;
         $hcpIdToProMap[$note->hcp_pro_id] = $note->hcpPro;
         $d = $note->effective_dateest;
         $firstDateSeenByHcpMap[$note->hcp_pro_id] = isset($firstDateSeenByHcpMap[$note->hcp_pro_id]) ? $firstDateSeenByHcpMap[$note->hcp_pro_id] : $d;
@@ -221,7 +222,7 @@
             $loopLastContentByHcp = [];
             $rowIndex = 0;
             foreach($patient->notesAscending as $note){
-
+                if($note->is_cancelled) continue;
                 $rowIndex++;
 
                 $d = $note->effective_dateest;