• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/result/shiftplanserviceresult.php
  • Класс: BitrixTimemanServiceScheduleResultShiftPlanServiceResult
  • Вызов: ShiftPlanServiceResult::addShiftNotFoundError
public function addShiftNotFoundError()
{
	$this->addError(new Error(Loc::getMessage('TM_BASE_SERVICE_RESULT_ERROR_SHIFT_NOT_FOUND')));
	return $this;
}