• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/violation/shiftedscheduleviolationbuilder.php
  • Класс: BitrixTimemanServiceWorktimeViolationShiftedScheduleViolationBuilder
  • Вызов: ShiftedScheduleViolationBuilder::skipViolationsCheck
protected function skipViolationsCheck()
{
	return parent::skipViolationsCheck()
		   || !($this->isWorkingByShiftPlan());
}