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

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

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"))
{