• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/document.php
  • Класс: CBPDocument
  • Вызов: CBPDocument::addShowParameterInit
static function addShowParameterInit($module, $type, $document_type, $entity = "", $document_id = '')
{
	$GLOBALS["BP_AddShowParameterInit_".$module."_".$entity."_".$document_type] = 1;
	CUtil::InitJSCore(array("window", "ajax"));

	$dts = CBPDocument::signDocumentType([$module, $entity, $document_type]);
?>