From a006f1f0906d8890174187dde91f3bf3dc7c4eee Mon Sep 17 00:00:00 2001 From: "Vladimir N. Korotenko" Date: Tue, 25 Nov 2025 20:39:24 +0300 Subject: [PATCH] =?UTF-8?q?Close=20#20=20Close=20#18=20=20=D1=83=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BD=D0=B8=D1=82=D1=8C=20=D1=83=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=87=D0=B8=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=20=D1=87=D1=82=D0=BE=20=D1=82=D0=B0=D0=BA=D0=BE=D0=B5=20?= =?UTF-8?q?No=20data=20about=20the=20signer.=20=D0=98=D0=BB=D0=B8=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=B8=D1=82=D1=8C=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BF=D0=B8=D1=81=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dm-cli/Deals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm-cli/Deals.cpp b/dm-cli/Deals.cpp index a76debe..3aa1f99 100644 --- a/dm-cli/Deals.cpp +++ b/dm-cli/Deals.cpp @@ -338,7 +338,7 @@ int Deals::Cancel() sign = GetVal("-s", "--signature"); } - deal["customer"]["signature"] = sign; + deal["seller"]["signature"] = sign; deal["feedback"]["comments"] = message; deal["date"] = Replace(deal["date"], " UTC", "");