save provider_email_address, award_amount, returner_worked_with_children, returner_contract_type, award_amount when the provider submits the claim
admin full claim view works for both provider submitted claims, and practitioner submitted claims
removed Claim.submitted scope (useful for EY, because the provider submitted claim has no submitted_at - this is populated when the practitioner submits the claim.
email_address is not populated on the claim when the provider submits the claim, only when the practitioner does.
provider_email_address
,award_amount
,returner_worked_with_children
,returner_contract_type
,award_amount
when the provider submits the claimsubmitted_at
- this is populated when the practitioner submits the claim.email_address
is not populated on the claim when the provider submits the claim, only when the practitioner does.