• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/agent/worktimeagentmanager.php
  • Класс: BitrixTimemanServiceAgentWorktimeAgentManager
  • Вызов: WorktimeAgentManager::isPeriodTimeLackControlEnabled
private function isPeriodTimeLackControlEnabled($schedule, $violationRules)
{
	return $schedule->isFixed()
		   && $violationRules->isPeriodWorkTimeLackControlEnabled()
		   && !empty($violationRules->getNotifyUsersSymbolic(ViolationRulesTable::USERS_TO_NOTIFY_FIXED_TIME_FOR_PERIOD));
}