• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/update/timemanversion19converter.php
  • Класс: BitrixTimemanUpdateTimemanVersion19Converter
  • Вызов: TimemanVersion19Converter::isDepartmentExcludedFromSchedule
private function isDepartmentExcludedFromSchedule($departmentId, $scheduleForm)
{
	return in_array('DR' . $departmentId, $scheduleForm->assignmentsExcluded, true);
}