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