добавили проверку fingap.insured === 100_000_001 в проверку на новые риски
This commit is contained in:
parent
746166a59d
commit
1dd23ea03d
@ -316,6 +316,7 @@ export function createValidationSchema({ apolloClient }: ValidationContext) {
|
||||
}
|
||||
|
||||
if (
|
||||
insurance.values.fingap.insured === 100_000_001 &&
|
||||
fingapRisks.length > 0 &&
|
||||
!fingapRisks.some((fingapRisk) =>
|
||||
accept_quote?.evo_product_risks?.some(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user