From: Elena Mamontova Date: Mon, 11 Jul 2016 08:43:30 +0000 (+0300) Subject: Ticket 37. The line for changePolicy value added to the m_answer X-Git-Tag: 2.409~144 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/88e2100a83b2c6c6858e4ac9ee5399a0f6209e94 Ticket 37. The line for changePolicy value added to the m_answer variable in the CreateAnswer() function. --- 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) + "\"/>" + ""; }