Ver código fonte

displayed rm amount

= 3 anos atrás
pai
commit
5295725fc4

+ 1 - 1
resources/views/app/patient/care-month/dashboard.blade.php

@@ -377,7 +377,7 @@
                                     @if(true && 'TODO Check if MCP and echo as needed for rme/rmm')
 
                                     @endif
-                                    @if($performer->pro->uid == $careMonth->mcpPro->uid)
+                                    @if($performer->pro->id == $careMonth->mcp_pro_id)
                                         Reimbursement: {{ $careMonth->rmBill->hcp_payment_amount }}
                                     @endif 
                                 @endif