From b135bbbab5201ec8b18123985c0e2636a81621a6 Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Tue, 19 Mar 2019 13:23:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B0=D0=BB=D0=B3=D0=BE=D1=80=D0=B8=D1=82=D0=BC?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=87=D0=B8=20?= =?UTF-8?q?=D1=81=D1=83=D0=BC=D0=BC=20=D0=BD=D0=B0=D0=BB=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BB=D1=83=D1=87=D0=B0?= =?UTF-8?q?=D0=B5=D0=B2=20"=D0=91=D0=95=D0=97=20=D0=9D=D0=94=D0=A1"=20?= =?UTF-8?q?=D0=B8=20"=D0=9D=D0=94=D0=A1=200"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/parus_atol_v4_ffd1.05.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/parus_atol_v4_ffd1.05.js b/modules/parus_atol_v4_ffd1.05.js index 86f8680..b7bafee 100644 --- a/modules/parus_atol_v4_ffd1.05.js +++ b/modules/parus_atol_v4_ffd1.05.js @@ -411,14 +411,14 @@ const getVats = props => { if (getPropValueByCode(props, "1105", "NUM") !== null) { vats.push({ type: "none", - sum: getPropValueByCode(props, "1105", "NUM") + sum: null }); } //Сумма расчета по чеку с НДС по ставке 0%; if (getPropValueByCode(props, "1104", "NUM") !== null) { vats.push({ type: "vat0", - sum: getPropValueByCode(props, "1104", "NUM") + sum: 0 }); } //Сумма НДС чека по ставке 10%;