From 5023cccbd5e2a7eb64aa22798a88a1c8d17842f5 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 18 Oct 2014 23:09:56 +0300 Subject: [PATCH] Process services on daily basis. --- projects/stargazer/users_impl.cpp | 1 + 1 file changed, 1 insertion(+) 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()) { -- 2.43.2