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