From ce0b6290f7d27d475c205fccf3b0c7ea707228cb Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 19 Apr 2024 11:59:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BB=D0=B0=D1=82=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=D1=89=D0=B8=D0=BA=20=3D=20=D0=9B=D0=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/process/fingap/reactions/init.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/process/fingap/reactions/init.ts b/apps/web/process/fingap/reactions/init.ts index 2eaacef..cb576d0 100644 --- a/apps/web/process/fingap/reactions/init.ts +++ b/apps/web/process/fingap/reactions/init.ts @@ -12,7 +12,8 @@ export default function reactions({ store }: ProcessContext) { if (finGAPInsuranceCompanies.length) { $tables.insurance .row('fingap') - .setValue('insuranceCompany', finGAPInsuranceCompanies[0]?.value); + .setValue('insuranceCompany', finGAPInsuranceCompanies[0]?.value) + .setValue('insured', 100_000_001); } return Boolean(finGAPInsuranceCompanies.length);