From 9b9e27bd741de183d68a1fa73733bb045a79daed Mon Sep 17 00:00:00 2001 From: Chika Date: Fri, 14 Oct 2022 15:32:03 +0300 Subject: [PATCH] process/payments: trigger validation on leasingPeriod --- process/payments/reactions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/process/payments/reactions.ts b/process/payments/reactions.ts index d9efdf2..683cb84 100644 --- a/process/payments/reactions.ts +++ b/process/payments/reactions.ts @@ -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 }) => {