• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/violationform.php
  • Класс: BitrixTimemanFormScheduleViolationForm
  • Вызов: ViolationForm::resetFixedRelativeViolations
private function resetFixedRelativeViolations()
{
	$this->relativeStartFrom = -1;
	$this->relativeStartTo = -1;
	$this->relativeEndFrom = -1;
	$this->relativeEndTo = -1;
}