• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/group.php
  • Класс: BitrixCatalogGroupTable
  • Вызов: GroupTable::getBasePriceTypeId
static function getBasePriceTypeId(): ?int
{
	$row = self::getBasePriceType();

	return $row === null ? null : $row['ID'];
}