X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c34623ea91d2c8771889581b5457b4a9ec8256b4..518e6f1b9b6edfff2c1b0cd25f061f93a4d1fcb9:/stglibs/srvconf.lib/parsers/chg_tariff.cpp diff --git a/stglibs/srvconf.lib/parsers/chg_tariff.cpp b/stglibs/srvconf.lib/parsers/chg_tariff.cpp index bdc7f42b..ca4ceb95 100644 --- a/stglibs/srvconf.lib/parsers/chg_tariff.cpp +++ b/stglibs/srvconf.lib/parsers/chg_tariff.cpp @@ -78,6 +78,9 @@ if (!data.tariffConf.changePolicy.empty()) case TARIFF::DENY: stream << ""; break; } +if (!data.tariffConf.changePolicyTimeout.empty()) + stream << ""; + for (size_t i = 0; i < DIR_NUM; ++i) if (!data.dirPrice[i].hDay.empty() && !data.dirPrice[i].mDay.empty() &&