• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/violationform.php
  • Класс: BitrixTimemanFormScheduleViolationForm
  • Вызов: ViolationForm::resetExtraFields
public function resetExtraFields($isShifted, $controlStartOnly)
{
	if ($isShifted)
	{
		$this->resetFixedScheduleViolations();
	}
	else
	{
		$this->resetShiftScheduleViolations();
	}
	$this->resetUncheckedShiftViolations();
	$this->resetUncheckedFixedViolations();
	$this->resetEndTimeViolations($controlStartOnly);
}