process/payments: trigger validation on leasingPeriod
This commit is contained in:
parent
4749c2167f
commit
9b9e27bd74
@ -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 }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user