process/recalc: block cbxPartialVAT when cbxRecalcWithRevision is true

This commit is contained in:
vchikalkin 2024-01-29 13:25:56 +03:00
parent d433aebabb
commit 9589d23b4b

View File

@ -63,6 +63,7 @@ export function common({ store }: ProcessContext) {
// 'radioLastPaymentRule',
// 'tbxLastPaymentPerc',
// 'tbxLastPaymentRub',
'cbxPartialVAT',
];
reaction(
() => $calculation.element('cbxRecalcWithRevision').getValue(),