• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_product_row.php
  • Класс: \CAllCrmProductRow
  • Вызов: CAllCrmProductRow::GetPrice
static function GetPrice($arRow, $default = 0.0)
{
	return isset($arRow['PRICE']) ? round(doubleval($arRow['PRICE']), 2) : $default;
}