From 09c9028a93460cf57571385b3a029f2ac5fcae11 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 6 Apr 2023 16:45:30 +0300 Subject: [PATCH] =?UTF-8?q?payments:=20=D1=81=D0=B1=D1=80=D0=B0=D1=81?= =?UTF-8?q?=D1=8B=D0=B2=D0=B0=D0=B5=D0=BC=20tbxParmentsDecreasePercent=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20radioGraphType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/process/payments/reactions/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/process/payments/reactions/common.ts b/apps/web/process/payments/reactions/common.ts index 92719be..b9b1fd5 100644 --- a/apps/web/process/payments/reactions/common.ts +++ b/apps/web/process/payments/reactions/common.ts @@ -471,6 +471,7 @@ export default function reactions({ store }: ProcessContext) { () => { $calculation.element('selectSeasonType').resetValue(); $calculation.element('selectHighSeasonStart').resetValue(); + $calculation.element('tbxParmentsDecreasePercent').resetValue(); } ), () => $process.has('LoadKP')