From: Maxim Mamontov Date: Sat, 18 Oct 2014 20:09:56 +0000 (+0300) Subject: Process services on daily basis. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/5023cccbd5e2a7eb64aa22798a88a1c8d17842f5 Process services on daily basis. --- diff --git a/projects/stargazer/users_impl.cpp b/projects/stargazer/users_impl.cpp index 3dd7638b..a9761455 100644 --- a/projects/stargazer/users_impl.cpp +++ b/projects/stargazer/users_impl.cpp @@ -521,6 +521,7 @@ else } std::for_each(users.begin(), users.end(), std::mem_fun_ref(&USER_IMPL::ProcessDailyFee)); +std::for_each(users.begin(), users.end(), std::mem_fun_ref(&USER_IMPL::ProcessServices)); if (settings->GetDayFeeIsLastDay()) {