From 9589d23b4b1df86ca9ddeb3222eb1cd6ae3e531c Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 29 Jan 2024 13:25:56 +0300 Subject: [PATCH] process/recalc: block cbxPartialVAT when cbxRecalcWithRevision is true --- apps/web/process/recalc/reactions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/process/recalc/reactions.ts b/apps/web/process/recalc/reactions.ts index 2eeb8cd..107a8d3 100644 --- a/apps/web/process/recalc/reactions.ts +++ b/apps/web/process/recalc/reactions.ts @@ -63,6 +63,7 @@ export function common({ store }: ProcessContext) { // 'radioLastPaymentRule', // 'tbxLastPaymentPerc', // 'tbxLastPaymentRub', + 'cbxPartialVAT', ]; reaction( () => $calculation.element('cbxRecalcWithRevision').getValue(),