• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/document.php
  • Класс: CBPDocument
  • Вызов: CBPDocument::mergeDocuments
static function mergeDocuments($firstDocumentId, $secondDocumentId)
{
	CBPStateService::MergeStates($firstDocumentId, $secondDocumentId);
	BizprocWorkflowEntityWorkflowInstanceTable::mergeByDocument($firstDocumentId, $secondDocumentId);
	CBPHistoryService::MergeHistory($firstDocumentId, $secondDocumentId);
}