• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_user.php
  • Класс: CTimeManUser
  • Вызов: CTimeManUser::buildReopenForm
private function buildReopenForm($extraInformation)
{
	$recordForm = $this->createWorktimeRecordForm();
	$recordForm->device = $extraInformation['DEVICE'];
	return $recordForm;
}