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