process/payments: trigger validation on leasingPeriod

This commit is contained in:
Chika 2022-10-14 15:32:03 +03:00
parent 4749c2167f
commit 9b9e27bd74

View File

@ -533,12 +533,14 @@ export default function paymentsReactions(
const graphType = $calculation.getElementValue('radioGraphType');
const seasonType = $calculation.getElementValue('selectSeasonType');
const highSeasonStart = $calculation.getElementValue('selectHighSeasonStart');
const leasingPeriod = $calculation.getElementValue('tbxLeasingPeriod');
return {
payments,
graphType,
seasonType,
highSeasonStart,
leasingPeriod,
};
},
({ payments }) => {