• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_product_section.php
  • Класс: \CCrmProductSection
  • Вызов: CCrmProductSection::GetFieldCaption
static function GetFieldCaption($fieldName)
{
	$result = GetMessage("CRM_PRODUCT_SECTION_FIELD_{$fieldName}");
	return is_string($result) ? $result : '';
}