• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/discount.php
  • Класс: BitrixSaleInternalsDiscountTable
  • Вызов: DiscountTable::setShortDescription
static function setShortDescription(&$result, array $data)
{
	if (!empty($data['SHORT_DESCRIPTION_STRUCTURE']))
		return;
	if (empty($data['ACTIONS']) && empty($data['ACTIONS_LIST']))
		return;

	$actionConfiguration = Actions::getActionConfiguration($data);
	if (!$actionConfiguration)
		return;

	$result['SHORT_DESCRIPTION_STRUCTURE'] = $actionConfiguration;
}