git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865084c
)
Ticket 37. TariffChangelsAllowed function name changed to
author
Elena Mamontova
<helenh463@gmail.com>
Mon, 8 Aug 2016 06:48:57 +0000
(09:48 +0300)
committer
Elena Mamontova
<helenh463@gmail.com>
Mon, 8 Aug 2016 06:48:57 +0000
(09:48 +0300)
TariffChangeIsAllowed in the ProcessNewMonth() function.
projects/stargazer/user_impl.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/user_impl.cpp
b/projects/stargazer/user_impl.cpp
index 72a3378f771876873f39aab1caf8ea408efde56b..7701bde3fa3b8bf09b463223c2f7ac306ca259ef 100644
(file)
--- a/
projects/stargazer/user_impl.cpp
+++ b/
projects/stargazer/user_impl.cpp
@@
-1184,13
+1184,13
@@
if (nextTariff.ConstData() != "")
}
else
{
- if (tariff->TariffChange
l
sAllowed(*nt) == "")
+ if (tariff->TariffChange
I
sAllowed(*nt) == "")
{
property.tariffName.Set(nextTariff, sysAdmin, login, store);
}
else
{
- std::string message = tariff->TariffChange
l
sAllowed(*nt);
+ std::string message = tariff->TariffChange
I
sAllowed(*nt);
WriteServLog("Tariff change is prohibited for user %s. %s",
login.c_str(),
message.c_str());