feat(MED-97): fix occurance->occurrence in components, add missing translations
This commit is contained in:
@@ -267,7 +267,7 @@ export class TeamAccountsApi {
|
||||
.schema('medreport')
|
||||
.from('company_params')
|
||||
.update({
|
||||
benefit_occurance: data.occurance,
|
||||
benefit_occurance: data.occurrence,
|
||||
benefit_amount: data.amount,
|
||||
updated_at: new Date().toISOString(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user