elt: убрали из осаго проверку на evo-kasko
This commit is contained in:
parent
48a00c301f
commit
e22d25c64b
@ -62,7 +62,11 @@ const osagoConditions: Partial<Record<ElementsNames, ValidationCondition>> = {
|
||||
|
||||
const conditions = Object.assign(
|
||||
osagoConditions,
|
||||
omit(kaskoConditions, ['selectEngineType', 'selectLeaseObjectType']),
|
||||
omit(kaskoConditions, [
|
||||
'selectEngineType',
|
||||
'selectLeaseObjectType',
|
||||
'selectLeasingWithoutKasko',
|
||||
]),
|
||||
);
|
||||
|
||||
export const resetFields: ElementsNames[] = [
|
||||
|
||||
Reference in New Issue
Block a user