• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/update/product/priceaccount.php
  • Класс: Bitrix\Crm\Update\Product\PriceAccount
  • Вызов: PriceAccount::getCurrentStatus
protected function getCurrentStatus(): array
{
	return $this->getDefaultProgress(Crm\ProductRowTable::getCount(
		$this->getProductFilter()
	));
}