From 88e2100a83b2c6c6858e4ac9ee5399a0f6209e94 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Mon, 11 Jul 2016 11:43:30 +0300 Subject: [PATCH] Ticket 37. The line for changePolicy value added to the m_answer variable in the CreateAnswer() function. --- .../stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp index 0607db6f..7444a03f 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_tariffs.cpp @@ -114,6 +114,7 @@ void GET_TARIFFS::CreateAnswer() "tariffConf.free) + "\"/>" + "tariffConf.traffType) + "\"/>" + "tariffConf.period) + "\"/>" + + "tariffConf.changePolicy) + "\"/>" + ""; } -- 2.43.2