diff --git a/apps/web/process/elt/reactions/common.ts b/apps/web/process/elt/reactions/common.ts index f361ac7..c1f691d 100644 --- a/apps/web/process/elt/reactions/common.ts +++ b/apps/web/process/elt/reactions/common.ts @@ -51,8 +51,9 @@ export default function reactions(context: ProcessContext) { () => $process.has('ELT') || $process.has('LoadKP'), () => { const { insCost, insuranceCompany } = toJS($tables.insurance.row('kasko').getValues()); + const insFranchise = $calculation.element('tbxInsFranchise').getValue(); - return { insCost, insuranceCompany }; + return { insCost, insFranchise, insuranceCompany }; }, () => { $tables.elt.kasko.resetSelectedKey();