From: Elena Mamontova <helenh463@gmail.com>
Date: Mon, 8 Aug 2016 06:43:13 +0000 (+0300)
Subject: Ticket 37. TariffChangelsAllowed function name changed to
X-Git-Tag: 2.409~130
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/865084c6d12eccbb596fef57f620350d96b70555

Ticket 37. TariffChangelsAllowed function name changed to
TariffChangeIsAllowed.
---

diff --git a/projects/stargazer/tariff_impl.cpp b/projects/stargazer/tariff_impl.cpp
index 32a52d8f..d619b32d 100644
--- a/projects/stargazer/tariff_impl.cpp
+++ b/projects/stargazer/tariff_impl.cpp
@@ -145,7 +145,7 @@ else
     return tariffData.dirPrice[dir].priceDayA;
 }
 //-----------------------------------------------------------------------------
-std::string TARIFF_IMPL::TariffChangelsAllowed(const TARIFF & to) const
+std::string TARIFF_IMPL::TariffChangeIsAllowed(const TARIFF & to) const
 {
 switch (GetChangePolicy())
     {