From aceea7c3f6213bd3b30e3df67275cd2e69fc8505 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 20 Apr 2021 15:05:08 +0300 Subject: [PATCH] fix fill selectRegistration --- .../stores/CalculationStore/Effects/reactions/otherReactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts b/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts index 801d044..a07bdd3 100644 --- a/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts +++ b/src/client/stores/CalculationStore/Effects/reactions/otherReactions.ts @@ -1373,7 +1373,7 @@ const reactionEffects: IReactionEffect[] = [ }); if (product) { const registraction_2020_3 = calculationStore.getOption( - 'selectRegionRegistration', + 'selectRegistration', { evo_id: '2020_3', },