• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/salesplan.php
  • Класс: Bitrix\Crm\Integration\Report\View\SalesPlan
  • Вызов: SalesPlan::__construct
public function __construct()
{
	parent::__construct();
	Extension::load('crm.report.salestarget');
	$this->setDraggable(false);
	$this->setHeight('auto');
	$this->setJsClassName('BX.Crm.Report.Dashboard.Content.SalesTarget');
	$this->setComponentName('bitrix:crm.report.vc.widget.content.salestarget');
}