From: Elena Mamontova Date: Mon, 28 Nov 2016 13:39:42 +0000 (+0200) Subject: Ticket. The stgTime argument added in TariffChangeIsAllowed() function X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8d1edf5135cfbf0c7e09fea01cb2e38427c95304 Ticket. The stgTime argument added in TariffChangeIsAllowed() function call. --- diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp index 8f15c491..5707b726 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp @@ -598,7 +598,7 @@ int CHG_USER::ApplyChanges() if (newTariff) { const TARIFF * tariff = u->GetTariff(); - std::string message = tariff->TariffChangeIsAllowed(*newTariff); + std::string message = tariff->TariffChangeIsAllowed(*newTariff, stgTime); if (message.empty()) { if (!u->GetProperty().tariffName.Set(m_ucr.tariffName.const_data(), &m_currAdmin, m_login, &m_store))