close #17 привел в соответствие с описанием

This commit is contained in:
Vladimir N. Korotenko
2025-11-26 14:29:54 +03:00
parent f68d74de4b
commit 82b370a5f3

View File

@@ -306,9 +306,9 @@ int Deals::Complite()
string positive = "Positive";
int refund = 0;
if (parser.cmdOptionExists("-p") || parser.cmdOptionExists("--positive"))
if (parser.cmdOptionExists("-n") || parser.cmdOptionExists("--negative"))
{
positive = GetVal("-p", "--positive");
positive = "Negative";
}
if (parser.cmdOptionExists("--refund"))
{