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:
02bcc3a
)
Fix prepaid traff setting on fee charge
author
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 26 May 2011 15:26:03 +0000
(18:26 +0300)
committer
Maxim Mamontov
<faust@gts.dp.ua>
Thu, 26 May 2011 15:26:03 +0000
(18:26 +0300)
projects/stargazer/users_impl.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/users_impl.cpp
b/projects/stargazer/users_impl.cpp
index 3eee9a9a5cb99ff5ccfcb52071f8b0a765560da5..d0e5364463ea12d0a1aae688d5cf24209833eb01 100644
(file)
--- a/
projects/stargazer/users_impl.cpp
+++ b/
projects/stargazer/users_impl.cpp
@@
-458,7
+458,7
@@
if (t1.tm_mday == dayResetTraff)
{
printfd(__FILE__, "ResetTraff\n");
for_each(users.begin(), users.end(), mem_fun_ref(&USER_IMPL::ProcessNewMonth));
- for_each(users.begin(), users.end(), mem_fun_ref(&USER_IMPL::SetPrepaidTraff));
+
//
for_each(users.begin(), users.end(), mem_fun_ref(&USER_IMPL::SetPrepaidTraff));
}
}
//-----------------------------------------------------------------------------