• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/violationform.php
  • Класс: BitrixTimemanFormScheduleViolationForm
  • Вызов: ViolationForm::showFixedViolations
public function showFixedViolations($isShifted)
{
	if ($isShifted)
	{
		return false;
	}
	return $this->showStartEndViolations()
		   || $this->showHoursPerDayViolations()
		   || $this->showEditWorktimeViolations()
		   || $this->showHoursForPeriodViolations();
}